Update github workflows (#1975)
This commit is contained in:
10
.github/workflows/Crate-publishing.yml
vendored
10
.github/workflows/Crate-publishing.yml
vendored
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user