Skip to content

Commit

Permalink
Can we just get python3?
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Sep 1, 2023
1 parent b11e23b commit b0768f5
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 git && \
apt-get install -y cmake build-essential git python3 && \
cmake --version && \
uname -a && \
mkdir -p build && \
Expand Down

0 comments on commit b0768f5

Please sign in to comment.