Skip to content

Commit

Permalink
Fix retard environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 11, 2021
1 parent 463f184 commit f4c07cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/far-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Set environment for debug build
if: matrix.build_config == 'Debug'
run: echo "DEBUG=1" >> $GITHUB_ENV
run: Add-Content -Path $env:GITHUB_ENV -Value "DEBUG=1"

- name: Build MsBuild
if: matrix.compiler == 'MSVC_PROJ'
Expand Down

0 comments on commit f4c07cf

Please sign in to comment.