Skip to content

Commit

Permalink
actions: restore Windows x86_32 ndll because neko bundled with Haxe 3…
Browse files Browse the repository at this point in the history
….4.7 is 32-bit
  • Loading branch information
joshtynjala committed Jan 24, 2025
1 parent 747d6ae commit fa101f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,10 @@ jobs:
name: MacArm64-NDLL
path: ndll/MacArm64/

# - uses: actions/download-artifact@v4
# with:
# name: Windows-NDLL
# path: ndll/Windows/
- uses: actions/download-artifact@v4
with:
name: Windows-NDLL
path: ndll/Windows/

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit fa101f9

Please sign in to comment.