💚 fuck i forgot that sudo
Some checks failed
Build OCI Images / build (push) Failing after 10s

This commit is contained in:
Rose 2024-07-24 02:50:57 -04:00
parent 5a4c130a19
commit db9e8f34c4
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ jobs:
apk add --no-cache libc6-compat git zstd docker docker-cli openrc
apk update
addgroup $(whoami) docker
sudo chown $(whoami) /var/run/docker.sock
chown $(whoami) /var/run/docker.sock
yarn set version canary
yarn config set nodeLinker node-modules
- name: checkout