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 ec458fb commit d1f4f92Copy full SHA for d1f4f92
.github/workflows/test.yaml
@@ -53,7 +53,9 @@ jobs:
53
target: ${{ matrix.target }}
54
cache-key: compile-release-${{ matrix.target }}
55
- if: ${{ matrix.cross }}
56
- run: sudo apt install ${{ matrix.build-essential }}
+ run: |
57
+ sudo apt-get update
58
+ sudo apt-get install ${{ matrix.build-essential }}
59
- run: cargo b --workspace --release --target=${{ matrix.target }} ${{ matrix.cargoflags }}
60
- run: |
61
mkdir -p staging/ artifacts/
0 commit comments