We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fdaef commit f5d04fbCopy full SHA for f5d04fb
.ci/riscv-tests.sh
@@ -3,7 +3,7 @@
3
set -e -u -o pipefail
4
5
# Install RISCOF
6
-python3 -m pip install git+https://github.com/riscv/riscof
+pip3 install git+https://github.com/riscv/riscof.git@d38859f85fe407bcacddd2efcd355ada4683aee4
7
8
set -x
9
0 commit comments