From 87a0d9b31d2438209328ad2bb6a2500f7533a286 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Sun, 3 May 2020 22:09:00 -0500 Subject: [PATCH] fix order --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c39247b..1132e07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,9 @@ jobs: os: [ macos-latest ] steps: - uses: actions/checkout@v1 - - uses: ilammy/msvc-dev-cmd@v1 + #- uses: ilammy/msvc-dev-cmd@v1 + - name: Install Qt + uses: jurplel/install-qt-action@v2 - name: Make GNU if: matrix.os != 'windows-latest' working-directory: ./buckshot @@ -22,5 +24,3 @@ jobs: if: matrix.os == 'windows-latest' working-directory: ./src run: qmake ; make - - name: Install Qt - uses: jurplel/install-qt-action@v2