Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 9, 2024
1 parent 2905614 commit 81667cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
ls -l /__w/_temp
- name: Adjust container permissions
run: |
chown -R $USER:$USER /__w/_temp
sudo chown -R 1000:1000 /__w/_temp
chmod -R 777 /__w/_temp
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 81667cf

Please sign in to comment.