Skip to content

Commit

Permalink
↩️ mommy goes back to the v0 action for netbsd~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Nov 23, 2023
1 parent 28372ff commit a409a03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,12 @@ jobs:
test-netbsd:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test script and package
uses: vmactions/netbsd-vm@v1
uses: vmactions/netbsd-vm@v0
with:
usesh: true
prepare: |
Expand Down Expand Up @@ -560,4 +560,6 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix build --impure --expr '(import <nixpkgs> {}).mommy.overrideAttrs (prev: { src = ./.; ${if prev.version == "1.2.3" then "patches" else null} = []; })'
nix build \
--impure \
--expr '(import <nixpkgs> {}).mommy.overrideAttrs (prev: { src = ./.; })'

0 comments on commit a409a03

Please sign in to comment.