diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-05-29 19:14:39 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-05-29 19:14:39 +0200 |
| commit | 950d2f51c2ea2ff43ddccb21dda829ca1c44957b (patch) | |
| tree | c9cd163399a5422de97538a64a072a5569caf5fe /.github | |
| parent | 64ba85f22a93d2070dcf80ff7e7fde629d0bf16a (diff) | |
GH Actions: fix Nim setup
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index f67a28f1..87eb4344 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -76,6 +76,6 @@ jobs: sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev - name: build run: | - nimble install - nimble install glm + nimble install -Y + nimble install glm -Y nim c examples/cube.nim |