cache
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
# Update from https://hub.docker.com/r/cypress/browsers/tags
|
||||
container:
|
||||
image: cypress/browsers:node16.14.0-chrome99-ff97
|
||||
options: --user 1001
|
||||
# options: --user 1001
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -29,6 +29,8 @@ jobs:
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-node_modules-build-
|
||||
|
||||
- run: chown -R 1001:1001 /github/home/.cache && echo "pwn dat cache"
|
||||
|
||||
- name: Build & Lint
|
||||
run: |
|
||||
apt install build-essential -y
|
||||
|
||||
Reference in New Issue
Block a user