Skip to content

Commit c2b36cf

Browse files
author
Blair Lyons
committed
change to build dir in same step as make
1 parent c4e8ad9 commit c2b36cf

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,8 @@ jobs:
1818
run: sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev
1919
- name: Setup MEDYAN build
2020
run: ./conf.sh
21-
- name: Change to build dir
22-
run: cd build
23-
- name: List files
24-
run: ls
2521
- name: Build MEDYAN
26-
run: make
27-
- name: Change to root dir
28-
run: cd ../
22+
run: cd build && make
2923
- name: Login to DockerHub Registry
3024
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u simularium --password-stdin
3125
- name: Get the release tag

0 commit comments

Comments
 (0)