Skip to content

Commit

Permalink
Rehost Fossil because the official site deletes older tartifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Apr 27, 2021
1 parent 01f2540 commit a1a0981
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
- run: |
export PATH="$PATH:/opt"
sudo apt-get install -y darcs bzr
curl https://www.fossil-scm.org/home/uv/fossil-linux-x64-2.14.1.tar.gz -o ~/fossil.tgz
# fossil-linux-x64-2.13.tar.gz, rehosted because the official site deletes older artifacts:
pip install gdown
gdown --id 1_gBUGKhs_bponRcgpLlukggWPCR25blF -O ~/fossil.tgz
tar -xvf ~/fossil.tgz -C /opt
git config --global user.name "foo"
Expand Down

0 comments on commit a1a0981

Please sign in to comment.