Skip to content

Commit

Permalink
fix: change executable names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Sep 11, 2024
1 parent 477b29c commit 642b5e1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
-DCMAKE_MODULE_PATH=${PWD}/../libs/coupldyn_yac/cmake ..
make
- name: Build example adia0D
run: cd build && make adia0D
- name: Build example adia0d
run: cd build && make adia0d

- name: Build example golcolls
run: cd build && make golcolls
Expand All @@ -67,23 +67,23 @@ jobs:
- name: Build example testikstraubcolls
run: cd build && make testikstraubcolls

- name: Build example const2D
run: cd build && make const2D
- name: Build example const2d
run: cd build && make const2d

- name: Build example divfree2D
run: cd build && make divfree2D
- name: Build example divfree2d
run: cd build && make divfree2d

- name: Build example eurec4a1D
run: cd build && make eurec4a1D
- name: Build example eurec4a1d
run: cd build && make eurec4a1d

- name: Build example rshaft1D
run: cd build && make rshaft1D
- name: Build example rshaft1d
run: cd build && make rshaft1d

- name: Build example spdtest
run: cd build && make spdtest

- name: Build example bubble3D
run: cd build && make bubble3D
- name: Build example bubble3d
run: cd build && make bubble3d

- name: Build example fromfile
run: cd build && make fromfile
Expand Down

0 comments on commit 642b5e1

Please sign in to comment.