Deprecate (#89)
parent
2a9625d550
commit
08c27c8707
|
@ -2,6 +2,9 @@
|
|||
|
||||
Use the zig compiler in your Github Actions workflows
|
||||
|
||||
> [!WARNING]
|
||||
> This GitHub Action is unmaintained. Please use [mlugg/setup-zig](https://github.com/mlugg/setup-zig) instead.
|
||||
|
||||
[Usage](#usage) - [License: Apache-2.0](#license)
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue