Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplosBlue committed Aug 4, 2023
1 parent fb77b9b commit 17da340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
SOURCE_DIR: ${{ github.workspace }}
QT_VERSION: 6.4.3
QT_VERSION: 6.2

permissions:
contents: write
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
mkdir build
cd build
qmake -r ${{ env.SOURCE_DIR }}\CoinKiller.pro CK_VERSION=${{ needs.setup-env.outputs.ck-version }}
qmake ${{ env.SOURCE_DIR }}\CoinKiller.pro CK_VERSION=${{ needs.setup-env.outputs.ck-version }}
${{ runner.temp }}\jom\jom
- name: Deploy
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: |
mkdir build
cd build
qmake -r ${{ env.SOURCE_DIR }}/CoinKiller.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" CK_VERSION=${{ needs.setup-env.outputs.ck-version }}
qmake ${{ env.SOURCE_DIR }}/CoinKiller.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" CK_VERSION=${{ needs.setup-env.outputs.ck-version }}
make -j1
- name: Deploy
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
mkdir build
cd build
qmake -r ${{ env.SOURCE_DIR }}/CoinKiller.pro CK_VERSION=${{ needs.setup-env.outputs.ck-version }}
qmake ${{ env.SOURCE_DIR }}/CoinKiller.pro CK_VERSION=${{ needs.setup-env.outputs.ck-version }}
make -j$(nproc)
make install INSTALL_ROOT=AppDir
Expand Down
2 changes: 1 addition & 1 deletion leveleditor/layermask.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef LAYERMASK_H
#define LAYERMASK_H

#include "qtypes.h"
#include <QtTypes>

enum LAYER_MASK : quint8
{
Expand Down

0 comments on commit 17da340

Please sign in to comment.