Skip to content

Commit cc12229

Browse files
committed
try to fix the linux build
1 parent 7fda095 commit cc12229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: microsoft/[email protected]
2020
- name: Install Linux dependencies
2121
if: runner.os == 'Linux'
22-
run: sudo apt-get install build-essential git make cmake autoconf automake libpng-dev pkg-config meson
22+
run: sudo apt update && sudo apt-get install build-essential git make cmake autoconf automake libpng-dev pkg-config meson
2323
shell: bash
2424
- name: Clone repository
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)