fix: CI: macOS job
This commit is contained in:
parent
6be577b634
commit
e9bb7c1175
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -53,6 +53,9 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v12
|
||||
with:
|
||||
# used only for providing a more recent `bash` on macOS
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
if: matrix.os != 'windows-latest'
|
||||
- name: Install MSYS2
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue