Skip to content

Commit

Permalink
checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
chaynabors committed Dec 28, 2023
1 parent 9b2f93d commit 885d058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Create release
shell: bash
run: gh release create ${{ github.ref_name }} -d
Expand Down Expand Up @@ -45,9 +48,6 @@ jobs:
release_bin_suffix: "-macos-arm64"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install toolchain
run: |
rustup toolchain install ${{ env.MSRV }} --no-self-update --profile=minimal --target ${{ matrix.target }}
Expand Down

0 comments on commit 885d058

Please sign in to comment.