diff options
| author | Felix Queißner <felix@ib-queissner.de> | 2020-06-18 10:17:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 10:17:07 +0200 |
| commit | 5134da7c50fc9f4298766250f9311404842e99df (patch) | |
| tree | 97fd5bce4eb3f4ca5b039492302cb5585e9ff638 /.github/workflows | |
| parent | b81a9366da64f923cb6d504c4da9c84cdd78ad0b (diff) | |
| download | kristall-5134da7c50fc9f4298766250f9311404842e99df.tar.gz | |
Update build.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fa33a6..497ae7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,6 @@ jobs: - uses: actions/checkout@v2 - uses: jurplel/install-qt-action@v2 - name: vcvars - run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat + run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - name: make run: make |
