2
0
Эх сурвалжийг харах

GH Actions: fix Nim setup

Andre Weissflog 3 жил өмнө
parent
commit
950d2f51c2

+ 2 - 2
.github/workflows/gen_bindings.yml

@@ -76,6 +76,6 @@ jobs:
             sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev
             sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev
       - name: build
       - name: build
         run: |
         run: |
-          nimble install
-          nimble install glm
+          nimble install -Y
+          nimble install glm -Y
           nim c examples/cube.nim
           nim c examples/cube.nim