bugfix for failing actions

This commit is contained in:
Claudio Chies
2024-07-09 14:38:06 +02:00
committed by Daniel Agar
parent e0ea91fc27
commit 57e303b11b
2 changed files with 4 additions and 0 deletions
@@ -11,6 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
strategy:
fail-fast: false
matrix:
@@ -11,6 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
strategy:
fail-fast: false
matrix: