Skip to content

Commit

Permalink
fix: Remove tee from update flake CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lpchaim committed Oct 5, 2024
1 parent 48e92cd commit b509255
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Update flake inputs
run: |
nix flake update \
| tee --output-error=warn /dev/tty \
1> update.stdout \
2> update.stderr
- name: Cache flake.lock
Expand Down Expand Up @@ -54,7 +53,6 @@ jobs:
- name: Run flake checks
run: |
nix flake check \
| tee --output-error=warn /dev/tty \
1> check.stdout \
2> check.stderr
- name: Cache check results
Expand Down

0 comments on commit b509255

Please sign in to comment.