Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Sep 8, 2023
1 parent 1c9ee81 commit 939f105
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Expand Up @@ -181,8 +181,7 @@ jobs:

- name: start docker
run: >
docker pull karosc/build_swmm_arm64v8:latest &&
docker run -id --name cross --volume="./:/swmm" karosc/build_swmm_arm64:latest
docker run -id --name cross --volume="./:/swmm" karosc/build_swmm_arm64v8:latest
- name: Build and unit test
run: docker exec cross /bin/bash -c "cd /swmm && ./ci-tools/linux/make.sh -t -g 'Unix Makefiles'"
Expand Down

0 comments on commit 939f105

Please sign in to comment.