Skip to content

Commit

Permalink
CI: remove call to zig env
Browse files Browse the repository at this point in the history
mlugg/setup-zig already logs it.
  • Loading branch information
Techatrix committed Jul 12, 2024
1 parent 01f56e5 commit ef50085
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
version: master

- run: zig env

- name: Install APT packages
run: |
sudo apt-get update
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
with:
version: ${{ matrix.zig-version }}

- run: zig env

- name: Create temp zig project
run: |
mkdir $RUNNER_TEMP/TEMP_ZIG_PROJECT
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
with:
version: master

- run: zig version
- run: zig env

- name: Checkout zig
uses: actions/checkout@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
with:
version: master

- run: zig env

- name: Run zig fmt
if: matrix.os == 'ubuntu-latest'
run: zig fmt --check .
Expand Down

0 comments on commit ef50085

Please sign in to comment.