this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix ci 3ds and rpi builds (#2638)

* try to fix rpi-3ds ci

* possible fix link

authored by

Miguel and committed by
GitHub
eae8b556 e1a5c926

+4
+4
.github/workflows/build.yml
··· 2 2 3 3 on: [push, pull_request] 4 4 5 + # as recommended by: https://github.com/actions/checkout/issues/1590 6 + env: 7 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true 8 + 5 9 jobs: 6 10 # === Windows XP === 7 11 winxp: