Skip to content

Commit

Permalink
Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Aug 16, 2024
1 parent 04ceeec commit 24661a8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ runs:
Set-Alias -Name yasm -Value "echo 'YASM!'"
shell: pwsh

- name: Test yasm
run: |
echo "Test yasm"
yasm --version
shell: bash

- name: Test yasm
run: |
yasm
shell: pwsh
#- name: Test yasm
#run: |
#echo "Test yasm"
#yasm --version
#shell: bash

#- name: Test yasm
#run: |
#yasm
#shell: pwsh

#- uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit 24661a8

Please sign in to comment.