Skip to content

Commit 1e09e5e

Browse files
committed
[CI] workaround to fix Windows CI
1 parent bcb8314 commit 1e09e5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
python-version: "3.6"
5757
architecture: "x64"
5858

59+
- name: Set workaround env var
60+
run: |
61+
echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
62+
5963
- uses: jcs090218/setup-emacs-windows@v3
6064
with:
6165
version: ${{ matrix.emacs-version }}

0 commit comments

Comments
 (0)