Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Oct 30, 2024
1 parent c4cebad commit 944ece5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
name: yac-artifact
path: ${{ runner.temp }}/yac/

- name: pwd
run: ls ${{ runner.temp }} && ls ${{ runner.temp }}/yaxt

- name: Build main
run: |
mkdir build
Expand All @@ -59,7 +56,7 @@ jobs:
-DENABLE_YAC_COUPLING=ON \
-DYAXT_ROOT=${{ runner.temp }}/yaxt \
-DYAC_ROOT=${{ runner.temp }}/yac \
-DCMAKE_MODULE_PATH=./libs/coupldyn_yac/cmake
-DCMAKE_MODULE_PATH=${{ github.workspace }}/libs/coupldyn_yac/cmake
- name: Upload CLEO Build
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 944ece5

Please sign in to comment.