Skip to content

Commit

Permalink
'md5' no available in GitHub Ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
c-sp committed Feb 17, 2024
1 parent 8cedf24 commit 1a6e4a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ build_mbc3_tester()
git checkout 40065adab0e2a5597621bb7e7e4812d0e0f43da7

cd disassembly
# The GitHub Ubuntu runner does not know any "md5" command
# (Ubuntu comes with "md5sum" instead).
# We comment out the "md5" step in the Makefile ...
sed -i.bak "s/md5/#md5/" Makefile
make all
cd -

Expand Down

0 comments on commit 1a6e4a0

Please sign in to comment.