Skip to content

Commit

Permalink
Fixed mads
Browse files Browse the repository at this point in the history
  • Loading branch information
ivop committed Oct 5, 2024
1 parent 15d0764 commit 3c1cd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
export PATH=/usr/bin
export MSYSTEM=
wget -O/usr/bin/mads https://github.com/tebe6502/Mad-Assembler/raw/refs/heads/master/bin/windows_x86_64/mads.exe
# cd "${{github.workspace}}" && make -j`nproc` test
chmod 755 /usr/bin/mads
cd "${{github.workspace}}" && make -j`nproc` test
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit 3c1cd84

Please sign in to comment.