We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9972a commit 919473bCopy full SHA for 919473b
2 files changed
.github/workflows/release.yml
@@ -9,6 +9,9 @@ on:
9
permissions:
10
contents: write
11
12
+env:
13
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14
+
15
jobs:
16
build-linux:
17
name: Build for Linux
.github/workflows/test-build.yml
@@ -14,6 +14,9 @@ on:
contents: read
18
19
20
21
test-build-linux:
22
name: Test Build Linux
0 commit comments