Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Fix for GitHub action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Oct 24, 2023
1 parent 26c1ffa commit b93fa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
# Relies on the master branch built docker image for build-deps
- name: Start Docker Compose & build
run: cd docker && docker-compose up underpass -d
run: cd docker && docker-compose up -d underpass
# Copy Underpass library
- name: Copy library
run: docker-compose -f docker-compose.yml exec -T underpass sh -c "cp /code/build/.libs/libunderpass.so /usr/lib"
Expand Down

0 comments on commit b93fa4c

Please sign in to comment.