Skip to content

Commit c0f0c3e

Browse files
committed
fix github workflows
1 parent 3f968b0 commit c0f0c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Install wxWidgets
32-
run: sudo apt satisfy libwxgtk3.0-gtk3-dev
32+
run: sudo apt-get update && sudo apt-get install -y libwxgtk3.0-gtk3-dev
3333

3434
- name: Configure CMake
3535
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)