Skip to content

Commit

Permalink
remove redirect operator from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcosfer committed Jan 14, 2024
1 parent 6b4b322 commit 03dfd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2
- name: Build new Docker image
working-directory: ${{ github.workspace }}
run: docker build -t mtgupf/essentia-emscripten:dev < ./Dockerfile
run: docker build -t mtgupf/essentia-emscripten:dev .
- name: Build library
working-directory: ${{ github.workspace }}
run: |
Expand Down

0 comments on commit 03dfd35

Please sign in to comment.