mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-10 16:07:49 -06:00
Add concerns section to README, remove list Qt files step, name checkout step
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -23,10 +23,8 @@ jobs:
|
||||
arch: "gcc_64"
|
||||
install-deps: "true"
|
||||
|
||||
- name: List files in Qt
|
||||
run: find ${{env.Qt5_Dir}}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B '${{github.workspace}}'/build
|
||||
|
||||
Reference in New Issue
Block a user