diff options
| author | Felix Queißner <felix@ib-queissner.de> | 2020-06-17 12:02:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 12:02:45 +0200 |
| commit | 9048db624410cff18213179aae0cc1ce84f491c7 (patch) | |
| tree | 52c568290ab67d114aae8f8f053dbcfd70f2c451 /.github/workflows | |
| parent | 1e8c89570076e5ec05b6bf22ae108ccc206e8a25 (diff) | |
| download | kristall-9048db624410cff18213179aae0cc1ce84f491c7.tar.gz | |
Update build.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d757b8..472300b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,28 +7,28 @@ on: branches: [ master ] jobs: - build-ubuntu-20.04: + build_ubuntu_20: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: jurplel/install-qt-action@v2 - name: make run: make - build-ubuntu-18.04: + build_ubuntu_18: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: jurplel/install-qt-action@v2 - name: make run: make - build-ubuntu-16.04: + build_ubuntu_16: runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v2 - uses: jurplel/install-qt-action@v2 - name: make run: make - build-windows: + build_windows: runs-on: windows-latest steps: - uses: actions/checkout@v2 |
