Skip to content

Commit

Permalink
bash isn't common enough for you arm???
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 23, 2024
1 parent ae9e567 commit 0bc8003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
### Set Path for nasm install ###
- name: Set Path
run: |
echo "C:\Program Files\NASM" >> $GITHUB_PATH
echo "C:\Program Files (x86)\NASM" >> $GITHUB_PATH
if: ${{contains( matrix.os, 'windows' )}}
shell: bash
shell: pwsh
run: |
echo "C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\Program Files (x86)\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
### Install Nasm for Ubuntu ###
- name: Install nasm
Expand Down

0 comments on commit 0bc8003

Please sign in to comment.