Skip to content

Commit

Permalink
Fix tar file name
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidpupil authored Sep 30, 2024
1 parent 774ebaf commit ac448cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
- name: Download osrm
run: |
wget "https://github.com/Project-OSRM/osrm-backend/releases/download/v5.27.1/node_osrm-v5.27.1-node-v108-darwin-arm64-Release.tar.gz"
tar xvf node_osrm-v5.27.1-node-v108-darwin-x64-Release.tar.gz
tar xvf node_osrm-v5.27.1-node-v108-darwin-arm64-Release.tar.gz
- name: Add osrm to path
run: echo "$PWD/binding" >> $GITHUB_PATH
Expand Down

0 comments on commit ac448cf

Please sign in to comment.