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 b63e407 commit 8e468f1Copy full SHA for 8e468f1
.github/workflows/build-pr.yml
@@ -146,8 +146,9 @@ jobs:
146
name: ubuntu-i386-(${{ matrix.build_type.type }}, ${{ matrix.shared_libs.name }}, ${{ matrix.with_openssl.name }})
147
148
steps:
149
+ # Deliberately uses an old version because i386 is stuck on an outdated version of Javascript
150
- name: Checkout Code
- uses: actions/checkout@v4
151
+ uses: actions/checkout@v1
152
with:
153
ref: ${{ needs.get-refs.outputs.ref }}
154
token: ${{ secrets.GH_TOKEN }}
0 commit comments