Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Oct 15, 2023
1 parent c9d6d69 commit fcb7a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: chmod -R 775 ./output

- name: Chown
run: chown $USER:$USER ./output/output.db
run: sudo chown $USER:$USER ./output/output.db

- name: LS
run: ls -l
Expand Down

0 comments on commit fcb7a8d

Please sign in to comment.