Skip to content

Commit

Permalink
fix: .cargoディレクトリが存在しない場合作成
Browse files Browse the repository at this point in the history
  • Loading branch information
cffnpwr committed Jul 2, 2024
1 parent cbb2a14 commit 5d3caae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:

- name: Set cargo config
run: |
cat <<EOF > .cargo/config
mkdir -p .cargo
cat <<EOF > .cargo/config.toml
[target.'cfg(all(target_arch = "x86_64", target_os = "linux"))']
linker = "clang"
rustflags = [
Expand Down

0 comments on commit 5d3caae

Please sign in to comment.