We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e8ad9 commit c2b36cfCopy full SHA for c2b36cf
1 file changed
.github/workflows/build.yml
@@ -18,14 +18,8 @@ jobs:
18
run: sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev
19
- name: Setup MEDYAN build
20
run: ./conf.sh
21
- - name: Change to build dir
22
- run: cd build
23
- - name: List files
24
- run: ls
25
- name: Build MEDYAN
26
- run: make
27
- - name: Change to root dir
28
- run: cd ../
+ run: cd build && make
29
- name: Login to DockerHub Registry
30
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u simularium --password-stdin
31
- name: Get the release tag
0 commit comments