Skip to content

Commit

Permalink
Update unix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinire98 authored Jun 9, 2024
1 parent 8cbc0c7 commit 37a6996
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Admin privileges
run: sudo su
- name: Build
run: sudo cargo build --verbose
run: sudo su | cargo build --verbose

0 comments on commit 37a6996

Please sign in to comment.