diff options
| author | Alex Dunn <[email protected]> | 2022-04-08 14:48:49 -0700 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-04-12 09:57:09 +0200 |
| commit | 4c14eb2f60778dd12c4dce0326bdfa6ae1f4888d (patch) | |
| tree | 05d40e86cbb6204eef9f8d7e268594ccc8c762ec /.github/workflows | |
| parent | Running linux build test (diff) | |
| download | zen-4c14eb2f60778dd12c4dce0326bdfa6ae1f4888d.tar.xz zen-4c14eb2f60778dd12c4dce0326bdfa6ae1f4888d.zip | |
Running linux build test
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/on_prem_windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/on_prem_windows.yml b/.github/workflows/on_prem_windows.yml index 80b8fb0cf..d4846b18a 100644 --- a/.github/workflows/on_prem_windows.yml +++ b/.github/workflows/on_prem_windows.yml @@ -187,7 +187,7 @@ jobs: run: | mkdir -p ./build/linux/${{ matrix.arch }}/${{ matrix.config }} cd ./build/linux/${{ matrix.arch }}/${{ matrix.config }} - 7z x ../../../../linux-${{ matrix.arch }}-${{ matrix.config }}.zip + 7z x ../../../../linux-${{ matrix.arch }}-${{ matrix.config }}.zip -y cd ../../../.. - name: Test ${{matrix.test}} |