From c2b36cf2fe90ab19023ca21f1797625124d09fc0 Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Wed, 8 Jun 2022 15:04:46 -0700 Subject: [PATCH] change to build dir in same step as make --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0caa594..71809727 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,14 +18,8 @@ jobs: run: sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev - name: Setup MEDYAN build run: ./conf.sh - - name: Change to build dir - run: cd build - - name: List files - run: ls - name: Build MEDYAN - run: make - - name: Change to root dir - run: cd ../ + run: cd build && make - name: Login to DockerHub Registry run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u simularium --password-stdin - name: Get the release tag