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

U | Preview #23

Merged
merged 16 commits into from
Jan 14, 2024
10 changes: 1 addition & 9 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
uses: threeal/cmake-action@v1.3.0
- name: CMake build
run: |
cd ${{ github.workspace }}
Expand All @@ -19,15 +20,6 @@ jobs:
cd build
cmake --version
cmake ../
echo "Done!"
shell: sh
- name: Ninja build
run: |
cd ${{ github.workspace }}
ls
cd build
ninja
echo "Done!"
shell: sh
- name: Upload exec file
uses: actions/upload-artifact@v3.1.2
Expand Down