Skip to content

Commit

Permalink
remove the option of the syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchaun committed Jul 23, 2024
1 parent 78e6250 commit 5b35eae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Nix

on:
push:
branches: ["main"]
branches: [ "main" ]
pull_request:
branches: ["main"]
branches: [ "main" ]

permissions: read-all

Expand Down Expand Up @@ -121,8 +121,6 @@ jobs:
with:
backtrace: full
logger: pretty
extra-conf: |
filter-syscalls = false

# - name: Free disk space
# uses: >- # v2.0.0
Expand Down

0 comments on commit 5b35eae

Please sign in to comment.