Skip to content

Commit

Permalink
changed permissions of Prepare cache directory stage in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Jul 16, 2024
1 parent 5c2a0b2 commit c9bea4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: Prepare cache directory
run: |
mkdir -p ~/.ceurws
chmod 755 ~/.ceurws
sudo mkdir -p ~/.ceurws
sudo chmod 755 ~/.ceurws
- name: Cache Sqlite
id: cache-sqlite
Expand Down

0 comments on commit c9bea4b

Please sign in to comment.