diff options
| author | 2023-04-17 08:56:24 +0200 | |
|---|---|---|
| committer | 2023-04-17 08:56:24 +0200 | |
| commit | 05a50fe7fe833059db8550c34bc69fedd8bb0af8 (patch) | |
| tree | 8f296f3666cd9e3dea5da8e3877e09c6735d1e78 /.github | |
| parent | Update to newest version of zig (diff) | |
| download | zig-clap-05a50fe7fe833059db8550c34bc69fedd8bb0af8.tar.gz zig-clap-05a50fe7fe833059db8550c34bc69fedd8bb0af8.tar.xz zig-clap-05a50fe7fe833059db8550c34bc69fedd8bb0af8.zip | |
ci: Disable ReleaseSmall builds
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a054ba9..f24c1c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -11,7 +11,7 @@ jobs: | |||
| 11 | matrix: | 11 | matrix: |
| 12 | os: [ubuntu-latest, windows-latest] | 12 | os: [ubuntu-latest, windows-latest] |
| 13 | step: [examples, test] | 13 | step: [examples, test] |
| 14 | optimize: [Debug, ReleaseSafe, ReleaseFast, ReleaseSmall] | 14 | optimize: [Debug, ReleaseSafe, ReleaseFast] |
| 15 | runs-on: ${{matrix.os}} | 15 | runs-on: ${{matrix.os}} |
| 16 | steps: | 16 | steps: |
| 17 | - uses: actions/checkout@v3 | 17 | - uses: actions/checkout@v3 |