Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crackedmind committed Mar 2, 2021
1 parent 6a4725c commit 1ee9b42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
}
- {
name: "Ubuntu Latest GCC", artifact: "Linux-x64",
os: ubuntu-latest,
cc: "gcc", cxx: "g++"
}
- {
name: "macOS Latest Clang", artifact: "macOS-x64",
os: macos-latest,
cc: "clang", cxx: "clang++"
}
# - {
# name: "Ubuntu Latest GCC", artifact: "Linux-x64",
# os: ubuntu-latest,
# cc: "gcc", cxx: "g++"
# }
# - {
# name: "macOS Latest Clang", artifact: "macOS-x64",
# os: macos-latest,
# cc: "clang", cxx: "clang++"
# }

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)

# Remove when sharing with others.
list(APPEND CMAKE_PREFIX_PATH "C:/Qt/Tools/QtCreator")
#list(APPEND CMAKE_PREFIX_PATH "C:/Qt/Tools/QtCreator")

project(vcreator)

Expand Down

0 comments on commit 1ee9b42

Please sign in to comment.