Add builds and CI for MacOS #26

Merged
restitux merged 11 commits from macos-ci into main 2026-03-11 03:26:41 +00:00
Showing only changes of commit f91f4cb7b6 - Show all commits
+6
View File
@@ -48,6 +48,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Install cargo binstall
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- name: Install dioxus-cli
run: cargo binstall dioxus-cli --version 0.7.3
- uses: Swatinem/rust-cache@v2
- name: Build dioxus project