Skip to content

Commit

Permalink
Attempt to fix CIL error by using git clone source repo entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Jun 8, 2024
1 parent f4f1fd9 commit 9ab7f2b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,9 @@ jobs:
- name: Setup cosmoc++
if: matrix.config.CXX == 'cosmoc++' && matrix.config.os == 'ubuntu-latest'
run: |
mkdir -p cosmocc
cd cosmocc
wget https://cosmo.zip/pub/cosmocc/cosmocc.zip -q
unzip -qq cosmocc.zip
sudo ape/apeinstall.sh
cd ..
echo "$(pwd)/cosmocc/bin" >> $GITHUB_PATH
git clone https://github.com/jart/cosmopolitan --depth=1
echo "$(pwd)/tool/cosmocc/bin" >> $GITHUB_PATH
sudo cosmopolitan/ape/apeinstall.sh
- name: Output compiler version
shell: bash
run: |
Expand Down

0 comments on commit 9ab7f2b

Please sign in to comment.