Skip to content

Commit

Permalink
re-enable proper CI
Browse files Browse the repository at this point in the history
  • Loading branch information
9SMTM6 committed Aug 9, 2024
1 parent e75b82e commit 761b871
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,26 @@ jobs:
# https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories
TARGET: aarch64-apple-darwin

# - os: macos-latest
# TARGET: x86_64-apple-darwin
# # even though the runner uses arm64, MacOS on arm64 seems to support building for amd64.
# # which makes sense, would be bad for devs otherwise.
# cross: false
- os: macos-latest
TARGET: x86_64-apple-darwin
# even though the runner uses arm64, MacOS on arm64 seems to support building for amd64.
# which makes sense, would be bad for devs otherwise.
cross: false

# - os: ubuntu-latest
# TARGET: aarch64-unknown-linux-gnu
# cross: true
- os: ubuntu-latest
TARGET: aarch64-unknown-linux-gnu
cross: true

# - os: ubuntu-latest
# TARGET: armv7-unknown-linux-gnueabihf
# cross: true
- os: ubuntu-latest
TARGET: armv7-unknown-linux-gnueabihf
cross: true

# - os: ubuntu-latest
# TARGET: x86_64-unknown-linux-gnu
- os: ubuntu-latest
TARGET: x86_64-unknown-linux-gnu

# - os: windows-latest
# TARGET: x86_64-pc-windows-msvc
# EXTENSION: .exe
- os: windows-latest
TARGET: x86_64-pc-windows-msvc
EXTENSION: .exe

steps:
- name: Install cross
Expand Down Expand Up @@ -162,8 +162,8 @@ jobs:
fine-for-deployment:
runs-on: ubuntu-latest
needs:
# - clippy
# - test
- clippy
- test
- build-executable
- build-webpage
steps:
Expand Down

0 comments on commit 761b871

Please sign in to comment.