We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e33a55 commit 3b9e990Copy full SHA for 3b9e990
.github/workflows/library.yml
@@ -14,4 +14,4 @@ on:
14
jobs:
15
build:
16
name: Build and test library
17
- uses: zig-devel/.github/.github/workflows/library.yml@latest
+ uses: zig-devel/toolset/.github/workflows/_library.yml@latest
.github/workflows/release.yml
@@ -7,6 +7,6 @@ on:
7
8
release:
9
name: Prepare GitHub release
10
- uses: zig-devel/.github/.github/workflows/release.yml@latest
+ uses: zig-devel/toolset/.github/workflows/_release.yml@latest
11
permissions:
12
contents: write
0 commit comments