Skip to content

Commit

Permalink
Update Prepare prebuild environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 27, 2024
1 parent c43ad80 commit 898d991
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/Prepare prebuild environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
linux-ia32-older,
linux-x64,
linux-x64-older,
# linux-arm,
# linux-arm64,
# linux-arm64-older,
# linuxmusl-arm,
# linuxmusl-arm64,
# linuxmusl-x64,
# win32-ia32,
# win32-x64,
linux-arm,
linux-arm64,
linux-arm64-older,
linuxmusl-arm,
linuxmusl-arm64,
linuxmusl-x64,
win32-ia32,
win32-x64,
]
include:
- name: linuxmusl-x64
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:

- name: What files were created Windows
if: ${{ runner.os == 'Windows' }}
run: dir /S prebuilds
run: dir /s prebuilds

- name: Create Archive of prebuilds Unix
if: ${{ (runner.os == 'macOS') || (runner.os == 'Linux') }}
Expand Down

0 comments on commit 898d991

Please sign in to comment.