Skip to content

Commit

Permalink
Use the last version of the sifcollection
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 16, 2024
1 parent f05b71f commit fed7f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sifdecoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
cd $GITHUB_WORKSPACE/../
if [[ "${{ matrix.problems }}" == "sifcollection" ]]; then
# https://bitbucket.org/optrove/sif/downloads/?tab=branches
wget https://bitbucket.org/optrove/sif/get/ae54a71a045fbe3749e5d4355c025d8f30e30ab8.tar.gz
tar -xvzf ae54a71a045fbe3749e5d4355c025d8f30e30ab8.tar.gz
mv optrove-sif-ae54a71a045f sif
wget https://bitbucket.org/optrove/sif/get/7a01e1efd8dedf632bc6d3b48cd2c292d688a6b6.tar.gz
tar -xvzf 7a01e1efd8dedf632bc6d3b48cd2c292d688a6b6.tar.gz
mv optrove-sif-7a01e1efd8de sif
fi
if [[ "${{ matrix.problems }}" == "maros-meszaros" ]]; then
# https://bitbucket.org/optrove/maros-meszaros/downloads/?tab=branches
Expand Down

0 comments on commit fed7f75

Please sign in to comment.