commit | 6f23ec01ca6fd2a33f786c3629431d7a640668cb | [log] [tgz] |
---|---|---|
author | Viktor Kirilov <vik.kirilov@gmail.com> | Fri Dec 04 17:58:06 2020 +0200 |
committer | onqtam <vik.kirilov@gmail.com> | Tue Dec 15 21:02:46 2020 +0200 |
tree | c46b5cbbd442dc8c5f814c8f9f932077ce59494f | |
parent | 17d984c7938f9dbffb93c04195522742b4877244 [diff] |
enabling the deprecated set-env calls in the github actions workflow - to avoid rewriting it for now
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1f6341..a80d0f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml
@@ -13,6 +13,7 @@ TSAN_OPTIONS: force_seq_cst_atomics=1 CTEST_OUTPUT_ON_FAILURE: ON CTEST_PARALLEL_LEVEL: 2 + ACTIONS_ALLOW_UNSECURE_COMMANDS: true # because of the set-env calls strategy: fail-fast: false