Skip to content

Commit

Permalink
Merge pull request #64 from waywardmonkeys/update-ci
Browse files Browse the repository at this point in the history
Update CI: Use current actions, remove unused build step
  • Loading branch information
eminence authored Sep 25, 2024
2 parents 68ceb8d + 018fd74 commit 5cbc616
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ jobs:
toolchain: [1.63.0, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: maxim-lobanov/setup-xcode@v1
if: ${{ matrix.os == 'macos-latest' && matrix.toolchain == '1.48.0' }}
with:
xcode-version: 13
- name: Cargo build
run: cargo build

Expand All @@ -41,7 +37,7 @@ jobs:
toolchain: [1.63.0, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain and targets
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -57,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install faketty
Expand Down

0 comments on commit 5cbc616

Please sign in to comment.