diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-06-12 17:51:38 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-06-12 17:51:38 +0200 |
| commit | c9a28a91f217d137bc40af39ed728157ad696ff5 (patch) | |
| tree | be87441290ca503638e8fcf4a67ba2dbc0d523a2 /.github | |
| parent | 7e4e9d525086b959074294f3e1e66f2520f69fd3 (diff) | |
minor GH Actions workflow cleanup
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index f2571466..facc42f7 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -84,7 +84,7 @@ jobs: with: name: ignore-me-zig path: src/sokol - - name: prepare-linux + - name: prepare if: runner.os == 'Linux' run: | sudo apt-get update @@ -108,10 +108,12 @@ jobs: name: ignore-me-nim path: src/sokol - if: runner.os == 'Linux' + name: prepare run: | sudo apt-get update sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev - - run: | + - name: build + run: | nimble install -Y nimble install glm -Y nimble build_all |