Skip to content

Commit

Permalink
chore: remove stations feature from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omelette-watin committed Sep 29, 2023
1 parent 85f1654 commit 6217b09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,14 @@ jobs:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
features: stations
- target: aarch64-apple-darwin
os: macos-latest
features: stations
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
features: stations
- target: x86_64-apple-darwin
os: macos-latest
features: stations
- target: universal-apple-darwin
os: macos-latest
features: stations
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6217b09

Please sign in to comment.