Skip to content

Commit

Permalink
rename download link
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Dec 2, 2024
1 parent 6c93187 commit 1164461
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:
- name: Download SPARC output files to SPARC-master
run: |
# Use latest SPARC public code with socket support
wget -O SPARC-socket.zip https://codeload.github.com/SPARC-X/SPARC/zip/99e4b7e94ca6f7b4ca1dde9135bea4075b0678f4
HASH=SPARC-99e4b7e94ca6f7b4ca1dde9135bea4075b0678f4
wget -O SPARC-socket.zip https://codeload.github.com/SPARC-X/SPARC/zip/$HASH
mv SPARC-$HASH SPARC-socket
unzip SPARC-socket.zip
- name: Compile SPARC with socket
run: |
Expand Down

0 comments on commit 1164461

Please sign in to comment.