Skip to content

Commit

Permalink
Update cargo-component used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jun 19, 2024
1 parent 2c55059 commit 5629b07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
tags:
- 'v*.*.*'
- "v*.*.*"
branches:
- main
pull_request:
Expand All @@ -13,7 +13,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +32,7 @@ jobs:
override: true
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-component
run: cargo binstall --no-confirm cargo-component@0.7.0
run: cargo binstall --no-confirm cargo-component@0.13.2
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
Expand All @@ -44,7 +43,7 @@ jobs:
run: cargo component build -p golem-rust

publish:
needs: [ build ]
needs: [build]
if: "startsWith(github.ref, 'refs/tags/v')"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5629b07

Please sign in to comment.