diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 10b02783bc..66ee864a77 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,14 +47,6 @@ jobs: - name: Build shell: bash - env: - WINDOWS: ${{ runner.os == 'Windows' }} run: | - autobuild --quiet source_environment > .env - source .env - if [[ "$WINDOWS" == "true" ]]; then - load_vsvars - fi - autobuild configure autobuild build --no-configure |