Perms
This commit is contained in:
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: chmod
|
- name: chmod
|
||||||
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache
|
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache && sudo chmod -R a+rwx /build
|
||||||
|
|
||||||
- name: Cached compiler source files
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: chmod
|
- name: chmod
|
||||||
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache
|
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache && sudo chmod -R a+rwx /build
|
||||||
|
|
||||||
- name: Cached compiler source files
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: chmod
|
- name: chmod
|
||||||
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache
|
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache && sudo chmod -R a+rwx /build
|
||||||
|
|
||||||
- name: Cached compiler source files
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: chmod
|
- name: chmod
|
||||||
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache
|
run: chmod +x setup.sh && chmod +x workspace/TS100/build.sh && sudo mkdir -p /build/cache && sudo chmod -R a+rwx /build
|
||||||
|
|
||||||
- name: Cached compiler source files
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user