Skip to content

Commit

Permalink
updated ci.yml for mcl install
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Aug 8, 2024
1 parent 9f54970 commit 4bc7013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
wget https://raw.githubusercontent.com/micans/mcl/main/install-this-mcl.sh -o install-this-mcl
chmod u+x install-this-mcl.sh
./install-this-mcl.sh
PATH=$PATH:$HOME/local/bin
mcl --version
- name: Run tests
run: |
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
wget https://raw.githubusercontent.com/micans/mcl/main/install-this-mcl.sh -o install-this-mcl
chmod u+x install-this-mcl.sh
./install-this-mcl.sh
PATH=$PATH:$HOME/local/bin
mcl --version
- name: Generate coverage report
run: |
Expand Down

0 comments on commit 4bc7013

Please sign in to comment.