Skip to content

Commit

Permalink
fixed permission error in linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed Nov 28, 2023
1 parent 4d83839 commit 3775c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install acl-deps
run: apt-get install acl-dev
run: sudo apt-get install acl-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 3775c38

Please sign in to comment.