Skip to content

Commit

Permalink
add make
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Jan 29, 2025
1 parent 56ab76b commit 5fa20ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
--volume "${PWD}:/cdsp"
install: |
apt update -y
apt install git python3 python3-pip python3-venv curl -y
apt install git python3 python3-pip python3-venv curl make -y
curl https://sh.rustup.rs -sSf | sh -s -- -y
run: |
source $HOME/.cargo/env
Expand Down

0 comments on commit 5fa20ff

Please sign in to comment.