Skip to content

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrme authored Apr 23, 2024
1 parent 97b461d commit 0d1a5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Build for Linux x86-64
run: |
cd ..
curl -L -O https://github.com/Clozure/ccl/releases/latest/download/linuxx86.tar.gz
curl --no-progress-meter -L -O https://github.com/Clozure/ccl/releases/latest/download/linuxx86.tar.gz
cd ccl
tar xf ../linuxx8664.tar.gz
tar xf ../linuxx86.tar.gz
./lx86cl64 --batch --quiet -n -e '(rebuild-ccl :clean t)' </dev/null

0 comments on commit 0d1a5ae

Please sign in to comment.