Skip to content

Commit

Permalink
Path mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Jun 8, 2024
1 parent 9ab7f2b commit 858aa81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:
if: matrix.config.CXX == 'cosmoc++' && matrix.config.os == 'ubuntu-latest'
run: |
git clone https://github.com/jart/cosmopolitan --depth=1
cd cosmopolitan
echo "$(pwd)/tool/cosmocc/bin" >> $GITHUB_PATH
sudo cosmopolitan/ape/apeinstall.sh
sudo ape/apeinstall.sh
cd ..
- name: Output compiler version
shell: bash
run: |
Expand Down

0 comments on commit 858aa81

Please sign in to comment.