Skip to content

Commit d48f30d

Browse files
committed
second attempt at windows build
1 parent ed90f66 commit d48f30d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
choco install llvm flex bison -y
34+
choco install winflexbison3 -y
3535
refreshenv
3636
3737
- name: Build
@@ -41,4 +41,4 @@ jobs:
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: windows-out
44-
path: ./bin/blang.exe
44+
path: ./blang.exe

0 commit comments

Comments
 (0)