Browse Source

Fix LLVM workflow in windows by using ACTIONS_ALLOW_UNSECURE_COMMANDS temporarily

pull/1529/head
josetr 5 years ago
parent
commit
894fa2a640
  1. 1
      .github/workflows/llvm.yml

1
.github/workflows/llvm.yml

@ -22,6 +22,7 @@ jobs:
CXX: ${{ matrix.config.cxx }} CXX: ${{ matrix.config.cxx }}
VS_VERSION: ${{ matrix.config.vs }} VS_VERSION: ${{ matrix.config.vs }}
PLATFORM: ${{ matrix.config.platform }} PLATFORM: ${{ matrix.config.platform }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

Loading…
Cancel
Save