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 bf0ecdc commit 5443198Copy full SHA for 5443198
.github/workflows/main.yml
@@ -345,6 +345,10 @@ jobs:
345
.ci/riscv-toolchain-install.sh
346
echo "${{ github.workspace }}/toolchain/bin" >> $GITHUB_PATH
347
echo "$(brew --prefix llvm@18)/bin" >> $GITHUB_PATH
348
+ - name: Set up Python 3.12
349
+ uses: actions/setup-python@v5
350
+ with:
351
+ python-version: '3.12'
352
- name: Install compiler
353
id: install_cc
354
uses: rlalik/setup-cpp-compiler@master
0 commit comments