Skip to content

Commit

Permalink
Fix ci 3ds and rpi builds (#2638)
Browse files Browse the repository at this point in the history
* try to fix rpi-3ds ci

* possible fix link
  • Loading branch information
Miguel-hrvs committed Jul 27, 2024
1 parent e1a5c92 commit eae8b55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build

on: [push, pull_request]

# as recommended by: https://github.com/actions/checkout/issues/1590
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
# === Windows XP ===
winxp:
Expand Down

0 comments on commit eae8b55

Please sign in to comment.