Skip to content

Commit 08c27c8

Browse files
Deprecate (#89)
1 parent 2a9625d commit 08c27c8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Use the zig compiler in your Github Actions workflows
44

5+
> [!WARNING]
6+
> This GitHub Action is unmaintained. Please use [mlugg/setup-zig](https://github.com/mlugg/setup-zig) instead.
7+
58
[Usage](#usage) - [License: Apache-2.0](#license)
69

710
## Usage

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Setup Zig'
2-
description: 'Setup a Zig compiler and add it to the path'
1+
name: 'Setup Zig (legacy)'
2+
description: 'Please use mlugg/setup-zig instead'
33
branding:
44
icon: play
55
color: orange

0 commit comments

Comments
 (0)