Skip to content

Commit

Permalink
wrong order in workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Dec 2, 2024
1 parent 35bc2ff commit 0731ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
# Use latest SPARC public code with socket support
HASH=99e4b7e94ca6f7b4ca1dde9135bea4075b0678f4
wget -O SPARC-socket.zip https://codeload.github.com/SPARC-X/SPARC/zip/$HASH
unzip SPARC-socket.zip && rm -rf SPARC-socket.zip
mv SPARC-$HASH SPARC-socket
unzip SPARC-socket.zip
- name: Compile SPARC with socket
run: |
cd SPARC-socket/src
Expand Down

0 comments on commit 0731ca6

Please sign in to comment.