Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Dec 13, 2023
1 parent 0006721 commit cc5fc3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,16 @@ jobs:
needs: build_carnapy
runs-on: ubuntu-latest
steps:
-
name: Git checkout
uses: actions/checkout@v2
-
name: Download artifact
uses: actions/download-artifact@v3
with:
name: dist
-
name: Inspect artifact
name: Inspect working directory
run: tree .
-
name: Set up QEMU
Expand Down

0 comments on commit cc5fc3f

Please sign in to comment.