Skip to content

Commit

Permalink
add chmod for checkout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAmazonian committed Jan 9, 2025
1 parent 088466d commit 50aaffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
$AGENT_TOOLSDIRECTORY
chmod -R u+rwX .
- uses: actions/checkout@v4
- name: Login to Docker
uses: docker/login-action@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,14 @@ jobs:
timeout-minutes: 15
needs: create-runners
steps:
- uses: actions/checkout@v4
- name: Clean env
run: |
yes | docker system prune -a --volumes
sudo rm -rf /home/ubuntu/actions-runner/_work/_tool/Java_Corretto_jdk/
echo "wait dpkg lock..."
while sudo fuser /var/{lib/{dpkg,apt/lists},cache/apt/archives}/lock >/dev/null 2>&1; do sleep 5; done
chmod -R u+rwX .
- uses: actions/checkout@v4
- name: Set up Python3
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 50aaffc

Please sign in to comment.