We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fbd1a commit 2c2ecf8Copy full SHA for 2c2ecf8
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
54
- name: Build all binaries
55
continue-on-error: true
56
run: |
57
+ cargo update [email protected]
58
cargo build --release --bins
59
60
- name: Aura Integration tests
0 commit comments