re:Fix permission issue in CI
This commit is contained in:
parent
975030399f
commit
d379e5d930
1 changed files with 1 additions and 1 deletions
2
.github/workflows/astro.yml
vendored
2
.github/workflows/astro.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
|
||||
working-directory: ${{ env.BUILD_PATH }}
|
||||
- name: install jpegoptim
|
||||
run: apt-get update -y && sudo apt-get install -y jpegoptim
|
||||
run: sudo apt-get update -y && sudo apt-get install -y jpegoptim
|
||||
- name: install oxipng
|
||||
run: wget https://github.com/shssoichiro/oxipng/releases/download/v9.1.3/oxipng_9.1.3-1_amd64.deb && sudo apt-get install -y ./oxipng_9.1.3-1_amd64.deb && rm ./oxipng_9.1.3-1_amd64.deb
|
||||
- name: Build with Astro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue