Skip to content

Commit ad2ed7c

Browse files
committed
fix: add chmod
1 parent 2805304 commit ad2ed7c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v5
6161

62-
# 🌟 ここからメモリ増強のステップを追加 🌟
62+
- name: Fix Docker Socket Permissions
63+
run: sudo chmod 666 /var/run/docker.sock
64+
6365
- name: Increase Gradle Daemon Memory
6466
run: echo "org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=1g" >> gradle.properties
65-
# 🌟 ここまで追加 🌟
6667

6768
- uses: ./.github/actions/setup-build
6869
with:

0 commit comments

Comments
 (0)