This commit is contained in:
Sidharth Vinod
2022-05-27 14:48:49 +05:30
parent 9ec3309039
commit 407ebc7d09
+3 -1
View File
@@ -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