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 4cfef78 commit bcb8314Copy full SHA for bcb8314
.github/workflows/docs.yml
@@ -21,6 +21,10 @@ jobs:
21
with:
22
version: 27.1
23
24
+ - name: Set workaround env var
25
+ run: |
26
+ echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
27
+
28
- uses: conao3/setup-cask@master
29
30
version: 0.8.4
.github/workflows/test.yml
@@ -26,6 +26,10 @@ jobs:
version: ${{ matrix.emacs-version }}
31
32
33
34
35
0 commit comments