Skip to content

Commit

Permalink
Update car_utils_release_linux.yml
Browse files Browse the repository at this point in the history
typo in target
  • Loading branch information
dmikey authored Mar 13, 2023
1 parent 5731094 commit 1727bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/car_utils_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2
- name: create Cross.toml
run: |
echo [target.aarch64-unknown-linux-gnu] > Cros.toml
echo [target.aarch64-unknown-linux-gnu] >> Cross.toml
echo "dockerfile = \"./Dockerfile\"" >> Cross.toml
- name: create Dockerfile
run: |
Expand Down

0 comments on commit 1727bba

Please sign in to comment.