Skip to content

Commit

Permalink
better desc
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Oct 24, 2024
1 parent be65a82 commit 12879e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: ./.github/actions/install-deps

# Build section
- name: Install
- name: Cargo install
run: cargo run -- install

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: ./.github/actions/install-deps

# Build section
- name: Install
- name: Cargo install
run: cargo run -- install

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/actions/install-deps

# Build section
- name: Install
- name: Cargo install
run: cargo run -- install

- name: Build
Expand Down

0 comments on commit 12879e0

Please sign in to comment.