mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 21:55:02 +03:00
ci: chmod 777 on output directory
This commit is contained in:
parent
a52fc54d80
commit
9fda82564b
2
.github/actions/build-rust/action.yml
vendored
2
.github/actions/build-rust/action.yml
vendored
@ -46,6 +46,7 @@ runs:
|
|||||||
export CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gcc
|
export CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gcc
|
||||||
yarn nx build @affine/native --target ${{ inputs.target }}
|
yarn nx build @affine/native --target ${{ inputs.target }}
|
||||||
chmod -R 777 node_modules/.cache
|
chmod -R 777 node_modules/.cache
|
||||||
|
chmod -R 777 target
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
if: ${{ inputs.target == 'aarch64-unknown-linux-gnu' }}
|
if: ${{ inputs.target == 'aarch64-unknown-linux-gnu' }}
|
||||||
@ -56,3 +57,4 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
yarn nx build @affine/native --target ${{ inputs.target }}
|
yarn nx build @affine/native --target ${{ inputs.target }}
|
||||||
chmod -R 777 node_modules/.cache
|
chmod -R 777 node_modules/.cache
|
||||||
|
chmod -R 777 target
|
||||||
|
Loading…
Reference in New Issue
Block a user