Skip to content

Commit

Permalink
ci: creates cargo directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sardylan committed Sep 9, 2024
1 parent d7be577 commit 7a6532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: sudo apt install --assume-yes ${{ matrix.packages }}
- name: Configure cargo linker to use
if: matrix.linker != ''
run: echo -ne '[target.aarch64-unknown-linux-gnu]\nlinker = ${{ matrix.linker }}' > .cargo/config
run: mkdir .cargo && echo -ne '[target.aarch64-unknown-linux-gnu]\nlinker = ${{ matrix.linker }}' > .cargo/config
- name: Adds rust target
run: rustup target add ${{ matrix.target }}
- name: Build
Expand Down

0 comments on commit 7a6532e

Please sign in to comment.