We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dd9fc commit cb0a858Copy full SHA for cb0a858
2 files changed
.github/workflows/publish.yaml
@@ -20,8 +20,7 @@ jobs:
20
21
- name: Install Breezy
22
run: |
23
- sudo apt-get update
24
- sudo apt-get install -y python3-breezy
+ pip install 'breezy>=3.3.6'
25
26
- name: Install Rust toolchain
27
uses: dtolnay/rust-toolchain@stable
.github/workflows/test.yaml
@@ -16,8 +16,7 @@ jobs:
16
17
18
19
0 commit comments