We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fda095 commit cc12229Copy full SHA for cc12229
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: microsoft/[email protected]
20
- name: Install Linux dependencies
21
if: runner.os == 'Linux'
22
- run: sudo apt-get install build-essential git make cmake autoconf automake libpng-dev pkg-config meson
+ run: sudo apt update && sudo apt-get install build-essential git make cmake autoconf automake libpng-dev pkg-config meson
23
shell: bash
24
- name: Clone repository
25
uses: actions/checkout@v4
0 commit comments