We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35e9ad commit 0cb31eaCopy full SHA for 0cb31ea
.github/workflows/somedotest.yml
@@ -32,8 +32,8 @@ jobs:
32
33
# Build and push dev images
34
#cd "$GITHUB_WORKSPACE/ref"
35
- corepack enable
36
- corepack prepare yarn@4.9.4 --activate
+ sudo corepack enable
+ sudo corepack prepare yarn@4.9.4 --activate
37
yarn install
38
npm install -g @devcontainers/cli
39
GIT_BRANCH=$(echo "${{ github.ref }}" | grep -oP 'refs/(heads|tags)/\K(.+)')
0 commit comments