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 4c77a20 commit cd7b30fCopy full SHA for cd7b30f
.github/workflows/ci.yaml
@@ -36,6 +36,11 @@ jobs:
36
with:
37
persist-credentials: false
38
39
+ - name: Install build-essential
40
+ run: |
41
+ sudo apt-get update
42
+ sudo apt-get install -y build-essential
43
+
44
- name: Install Rust toolchain
45
run: |
46
rustup toolchain install stable --profile minimal
@@ -119,6 +124,12 @@ jobs:
119
124
- name: Checkout repository
120
125
uses: actions/checkout@v4
121
126
127
128
+ if: matrix.os == 'ubuntu-latest'
129
130
131
132
122
133
123
134
run: rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
135
0 commit comments