Skip to content

Commit e7ba7a8

Browse files
committed
ci: update GitHub Action following new rules
1 parent 53ee765 commit e7ba7a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows-conda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ jobs:
1414
run: |
1515
git submodule update --init
1616
- uses: goanpeca/setup-miniconda@v1
17+
env:
18+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
1719
with:
1820
activate-environment: eigenpy
1921
environment-file: .github/workflows/conda/environment.yml
2022
python-version: 3.7
2123
- name: Build Eigenpy
2224
shell: cmd /C CALL {0}
25+
env:
26+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
2327
run: |
2428
:: unset extra Boost envs
2529
set Boost_ROOT=

0 commit comments

Comments
 (0)