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 6a012a5 commit 4cf9450Copy full SHA for 4cf9450
.github/workflows/build.yml
@@ -18,11 +18,11 @@ permissions:
18
19
jobs:
20
vlt:
21
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
22
name: build and test
23
env:
24
CI_OS_NAME: linux
25
- CI_RUNS_ON: ubuntu-24.04
+ CI_RUNS_ON: ubuntu-22.04
26
CI_COMMIT: ${{ github.sha }}
27
CCACHE_COMPRESS: 1
28
CCACHE_DIR: ${{ github.workspace }}/.ccache
@@ -65,6 +65,7 @@ jobs:
65
CI_BUILD_STAGE_NAME: test
66
run: |
67
cd submodules/verilator && bash ci/ci-install.bash
68
+ PIP_BREAK_SYSTEM_PACKAGES=1 sudo pip install --upgrade pip
69
PIP_BREAK_SYSTEM_PACKAGES=1 sudo pip install ../astsee
70
71
- name: Test
0 commit comments