Skip to content

Commit

Permalink
Update remoteBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton authored Oct 9, 2023
1 parent df325a8 commit 0c2ef64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Download zstd library (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zstd
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zstd --noconfirm
- name: Configure (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
Expand Down Expand Up @@ -526,4 +526,4 @@ jobs:
stage/MacOS-arm64-Standalone-Adept-${{env.shortVersion}}.zip
stage/Windows-x86_64-Installer-Adept-${{env.shortVersion}}.exe
stage/Windows-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
stage/Ubuntu-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
stage/Ubuntu-x86_64-Standalone-Adept-${{env.shortVersion}}.zip

0 comments on commit 0c2ef64

Please sign in to comment.