Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
build without windows(temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikeost committed Oct 21, 2023
1 parent 17db22f commit 7810ec4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest] # windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup MSVC Developer Command Prompt
if: matrix.os == 'windows-latest'
uses: TheMrMilchmann/setup-msvc-dev@v3.0.0
with:
arch: x64
#- name: Setup MSVC Developer Command Prompt
# if: matrix.os == 'windows-latest'
# uses: TheMrMilchmann/setup-msvc-dev@v3.0.0
# with:
# arch: x64

- name: Install Qt
uses: jurplel/install-qt-action@v3.3.0
Expand All @@ -33,8 +33,5 @@ jobs:
- name: Configure
run: qmake -makefile src/Gradify.pro

- name: View Makefile.Release
run: cat Makefile.Release

- name: Build
run: make

0 comments on commit 7810ec4

Please sign in to comment.