Skip to content

Commit

Permalink
Fix rogue q
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 28, 2023
1 parent 90799a5 commit ab48917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
source ./venv/bin/activate && \
pip install --upgrade pip && \
cmake --version && \
uname -a && \q
uname -a && \
export BUILD_VDF_CLIENT=N && \
pip wheel -w dist . && \
./venv/bin/python -m pip install dist/*.whl && \
Expand Down

0 comments on commit ab48917

Please sign in to comment.