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.
2 parents 73d6329 + 83da818 commit bddb3f0Copy full SHA for bddb3f0
.github/actions/install/action.yml
@@ -34,7 +34,9 @@ runs:
34
- name: Install apt deps
35
if: ${{ inputs.os == 'linux' }}
36
shell: bash
37
- run: sudo apt-get install -y wget xz-utils python3 ca-certificates git pkg-config libglib2.0-dev gperf libexpat1-dev cmake clang
+ run: |
38
+ sudo apt-get update
39
+ sudo apt-get install -y wget xz-utils python3 ca-certificates git pkg-config libglib2.0-dev gperf libexpat1-dev cmake clang
40
41
- uses: mlugg/setup-zig@v2
42
with:
0 commit comments