Skip to content

Commit

Permalink
Fix linux-Qt5 git checkout failure in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Jul 11, 2024
1 parent f2cd755 commit 85d3f2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
# figure out precisely *which* privileges are needed.
container: { image: "ubuntu:16.04", options: --privileged }
qt: 5
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
- name: Qt 5 / macOS x86_64
os: macos-12
container:
Expand Down Expand Up @@ -73,7 +75,7 @@ jobs:
name: ${{matrix.name}}
runs-on: ${{matrix.os}}
container: ${{matrix.container}}

env: {ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true}
steps:
- name: Install git (Linux)
# GitHub runners come with git pre-installed, but our "custom" Linux
Expand Down

0 comments on commit 85d3f2d

Please sign in to comment.