We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9625d commit 08c27c8Copy full SHA for 08c27c8
2 files changed
README.md
@@ -2,6 +2,9 @@
2
3
Use the zig compiler in your Github Actions workflows
4
5
+> [!WARNING]
6
+> This GitHub Action is unmaintained. Please use [mlugg/setup-zig](https://github.com/mlugg/setup-zig) instead.
7
+
8
[Usage](#usage) - [License: Apache-2.0](#license)
9
10
## Usage
action.yml
@@ -1,5 +1,5 @@
1
-name: 'Setup Zig'
-description: 'Setup a Zig compiler and add it to the path'
+name: 'Setup Zig (legacy)'
+description: 'Please use mlugg/setup-zig instead'
branding:
icon: play
color: orange
0 commit comments