Skip to content

Commit

Permalink
Try to work around not being able to use Ubuntu 18.04 any more
Browse files Browse the repository at this point in the history
Set the magic environment variable supposed to allow to still use Node
12 for now.
  • Loading branch information
vadz committed Jul 4, 2024
1 parent a66a3d4 commit 40432a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
wxCONFIGURE_FLAGS: ${{ matrix.configure_flags }}
wxUSE_ASAN: ${{ matrix.use_asan && 1 || 0 }}
wxUSE_XVFB: ${{ matrix.use_xvfb && 1 || 0 }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Set up build system
Expand Down

0 comments on commit 40432a2

Please sign in to comment.