Skip to content

Commit

Permalink
Surprisingly, build-essential doesn't install git
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Sep 1, 2023
1 parent d2df8cf commit b11e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
riscv64/debian:rc-buggy \
bash -exc '\
apt-get update && \
apt-get install -y cmake build-essential && \
apt-get install -y cmake build-essential git && \
cmake --version && \
uname -a && \
mkdir -p build && \
Expand Down

0 comments on commit b11e23b

Please sign in to comment.