Skip to content

Commit

Permalink
ci: put correct actions' paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 19, 2024
1 parent faddab0 commit 49992a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: install rust
uses: ./github/actions/install-rust
uses: ./.github/actions/install-rust

- name: check
uses: ./github/actions/check
uses: ./.github/actions/check
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v4

- name: install rust
uses: ./github/actions/install-rust
uses: ./.github/actions/install-rust

- name: check
uses: ./github/actions/check
uses: ./.github/actions/check

compile:
name: compile ${{ matrix.target }}
Expand Down

0 comments on commit 49992a0

Please sign in to comment.