Skip to content

Commit

Permalink
workaround for failing upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jul 15, 2024
1 parent 56091e0 commit 7067c69
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: DeaDBeeF Plugin Builder

on: [ push, pull_request, workflow_dispatch ]

env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true

jobs:
build_linux:
name: CI for Linux
Expand Down

0 comments on commit 7067c69

Please sign in to comment.