Make this just install qt for cache

This commit is contained in:
Skye Deving 2021-01-27 01:57:41 -06:00
parent 6a2e7e16d0
commit 214e941464

View File

@ -49,27 +49,27 @@ jobs:
version: '5.15.2'
cached: ${{steps.cache-qt.outputs.cache-hit}}
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build
# - name: Create Build Environment
# run: cmake -E make_directory ${{github.workspace}}/build
- name: Configure CMake
shell: bash
env:
CC: gcc-10
CXX: g++-10
working-directory: ${{github.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
# - name: Configure CMake
# shell: bash
# env:
# CC: gcc-10
# CXX: g++-10
# working-directory: ${{github.workspace}}/build
# run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Build
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
# - name: Build
# working-directory: ${{github.workspace}}/build
# shell: bash
# run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Attorney_Online
path: ${{github.workspace}}/build/Attorney_Online
# - name: Upload Artifact
# uses: actions/upload-artifact@v2
# with:
# name: Attorney_Online
# path: ${{github.workspace}}/build/Attorney_Online
# linux:
# # The CMake configure and build commands are platform agnostic and should work equally