Update github workflows (#1975)

This commit is contained in:
scribam
2024-07-19 05:06:53 +02:00
committed by GitHub
parent 7d8b06b704
commit feb166d475
7 changed files with 44 additions and 47 deletions

View File

@@ -46,14 +46,10 @@ jobs:
name: 'macOS x86_64'
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: '🛠️ Set up Rust'
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
default: true
uses: dtolnay/rust-toolchain@stable
- name: '🛠️ Activate Developer Command Prompt'
if: contains(matrix.config.os, 'win')
@@ -71,7 +67,7 @@ jobs:
if: contains(matrix.config.os, 'macOS')
shell: bash
run: |
brew install p7zip cmake ninja pkg-config
brew install ninja
- name: '🚧 Cargo test'
if: "!startsWith(github.ref, 'refs/tags')"