Skip to content

Commit bcb8314

Browse files
committed
[CI] workaround to fix CI
Waiting for this fix: cask/setup-cask#6
1 parent 4cfef78 commit bcb8314

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
version: 27.1
2323

24+
- name: Set workaround env var
25+
run: |
26+
echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
27+
2428
- uses: conao3/setup-cask@master
2529
with:
2630
version: 0.8.4

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
version: ${{ matrix.emacs-version }}
2828

29+
- name: Set workaround env var
30+
run: |
31+
echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
32+
2933
- uses: conao3/setup-cask@master
3034
with:
3135
version: 0.8.4

0 commit comments

Comments
 (0)