disable hardened mode for other CI

This commit is contained in:
Samuel Newman
2026-02-04 13:33:48 -06:00
parent dbe7abedc2
commit b644060878
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
- name: Yarn install
uses: Wandalen/wretry.action@master
with:
command: yarn install --immutable
command: YARN_ENABLE_HARDENED_MODE=0 yarn install --immutable
attempt_limit: 3
attempt_delay: 2000
- name: Lint check
@@ -55,7 +55,7 @@ jobs:
- name: Yarn install
uses: Wandalen/wretry.action@master
with:
command: yarn install --immutable
command: YARN_ENABLE_HARDENED_MODE=0 yarn install --immutable
attempt_limit: 3
attempt_delay: 2000
- name: Check & compile i18n