Skip to content

Commit

Permalink
Updates for Conway era
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewWestberg committed Jun 1, 2024
1 parent 10db60f commit 185c02f
Show file tree
Hide file tree
Showing 7 changed files with 576 additions and 541 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- { os: ubuntu-22.04, label: ubuntu22, target: x86_64-unknown-linux-gnu }
- { os: ubuntu-22.04, label: ubuntu22, target: x86_64-unknown-linux-musl, use-cross: true }
- { os: macos-latest, label: macos, target: x86_64-apple-darwin }
# - { os: ubuntu-22.04, label: macos, target: aarch64-apple-darwin, use-cross: true }
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -59,6 +58,7 @@ jobs:
;;
macos*)
brew install automake
brew install lib tool
;;
esac
- name: Install Rust Toolchain
Expand Down
Loading

0 comments on commit 185c02f

Please sign in to comment.