Skip to content

Commit

Permalink
use directories instead of files
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Aug 8, 2023
1 parent c51d119 commit 7d6c4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set permissions
run: sudo chmod -R a+rwx /var/cache/apt/archives /etc/apt/trusted.gpg.d/apt.llvm.org.asc /etc/apt/sources.list.d/llvm.list /var/lib/apt/lists
run: sudo chmod -R a+rwx /var/cache/apt/archives /etc/apt/trusted.gpg.d /etc/apt/sources.list.d /var/lib/apt/lists

- name: Get codename
run: |
Expand Down

0 comments on commit 7d6c4f2

Please sign in to comment.