Skip to content

Commit

Permalink
fix: build for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
chaaz committed Feb 8, 2024
1 parent 2012999 commit 80a71c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/snippets/job-publish-versio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ value:
ref: main
- SNIPPET_get-cargo
- name: Build binary
if: matrix.os == 'ubuntu-latest'
run: cargo build --release
working-directory: ${{ matrix.root }}
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
path: "~/.cargo/registry\n~/.cargo/git\n${{ matrix.root }}/target\n"
key: "${{ runner.os }}-cargo-${{ hashFiles(steps.cargo-find-paths.outputs.cargo-lock-glob) }}"
- name: Build binary
if: "matrix.os == 'ubuntu-latest'"
run: cargo build --release
working-directory: "${{ matrix.root }}"
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ jobs:
path: "~/.cargo/registry\n~/.cargo/git\n${{ matrix.root }}/target\n"
key: "${{ runner.os }}-cargo-${{ hashFiles(steps.cargo-find-paths.outputs.cargo-lock-glob) }}"
- name: Build binary
if: "matrix.os == 'ubuntu-latest'"
run: cargo build --release
working-directory: "${{ matrix.root }}"
env:
Expand Down

0 comments on commit 80a71c7

Please sign in to comment.