Skip to content

Commit

Permalink
Temp fix for yarn validation fails during build
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery authored Sep 15, 2024
1 parent efe9d0a commit 98a12c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
shell: bash -el {0}
env:
GITHUB_TOKEN: ${{ secrets.GUI_GH_TOKEN }}
# Temp fix for yarn validation fails during build
YARN_ENABLE_HARDENED_MODE: 0
run: |
cd $GITHUB_WORKSPACE/gui
yarn
Expand Down

0 comments on commit 98a12c6

Please sign in to comment.