Skip to content

Commit 8cb6db2

Browse files
authored
Update compile.yml
1 parent 3b49124 commit 8cb6db2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- windows-latest
2121
steps:
2222
- uses: actions/checkout@v1
23+
- uses: RpxdYTX/install-glfw-deps@v2
2324
- uses: iffy/install-nim@v4.1.1
2425
with:
2526
version: ${{ matrix.version }}
@@ -31,7 +32,7 @@ jobs:
3132
nim --app:gui c -d:release --gc:orc ./evils_addon_gui.nim
3233
- uses: actions/upload-artifact@v2
3334
with:
34-
name: artifacts
35+
name: 'artifact_${{ matrix.os }}'
3536
path: |
3637
./
3738
*.nim

0 commit comments

Comments
 (0)