Skip to content

Commit

Permalink
fixing a pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Sep 29, 2021
1 parent ed290d0 commit 2e4a36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Build
run: |
docker build . -t libgoldilocks:${{matrix.platform}}
docker create -it --name dummy libgoldilocks:ubuntu-latest bash
docker create -it --name dummy libgoldilocks:${{matrix.platform}} bash
docker cp dummy:/usr/local/bin/libgoldilocks.a .
docker rm -f dummy
- name: Upload
Expand Down

0 comments on commit 2e4a36c

Please sign in to comment.