File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 with :
3737 persist-credentials : false
38+ - name : Install dependencies
39+ run : |
40+ sudo ./.github/workflows/posix-deps-apt.sh
3841 - name : Build tier two interpreter
3942 run : |
4043 ./configure --enable-experimental-jit=interpreter --with-pydebug
@@ -152,6 +155,9 @@ jobs:
152155 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
153156 with :
154157 python-version : ' 3.11'
158+ - name : Install dependencies
159+ run : |
160+ sudo ./.github/workflows/posix-deps-apt.sh
155161 - name : Build
156162 run : |
157163 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ env.LLVM_VERSION }}
@@ -188,6 +194,9 @@ jobs:
188194 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
189195 with :
190196 python-version : ' 3.11'
197+ - name : Install dependencies
198+ run : |
199+ sudo ./.github/workflows/posix-deps-apt.sh
191200 - name : Build
192201 run : |
193202 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ env.LLVM_VERSION }}
You can’t perform that action at this time.
0 commit comments