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

Commit

Permalink
U | Preview (#23)
Browse files Browse the repository at this point in the history
* D | CI unsupport MacOS

* C | change some in CI

* M | Merge

* U | Update dir name

* U | Rewriting calc

* U | Update

* U | Update use

* U | Pair the function

* U | Update v0.0.1.3-4
U | Use ninja build source

* U | Update calc, error, etc.

* U | Update ci
  • Loading branch information
FTS427 authored Jan 14, 2024
1 parent a66745e commit 4e5e568
Showing 1 changed file with 1 addition and 9 deletions.
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

0 comments on commit 4e5e568

Please sign in to comment.