Skip to content

Commit

Permalink
Added workaround for github upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jul 17, 2024
1 parent ca41cbc commit 33ffffb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linuxbuild.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Build for Linux

on: [ push, pull_request ]

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 33ffffb

Please sign in to comment.