Compare commits

...

3 commits

Author SHA1 Message Date
Graham Christensen 7a4fb5a7a9
Macos doesn't take <int>m 2023-06-27 14:15:03 -04:00
Graham Christensen a8fda21cbd
d'oh 2023-06-27 13:52:27 -04:00
Graham Christensen 7c230434c9
tryout sleep 2023-06-27 13:51:37 -04:00

View file

@ -3,6 +3,7 @@ name: Build artifacts
on: on:
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:
push:
jobs: jobs:
build-artifacts-X64-macOS: build-artifacts-X64-macOS:
@ -27,6 +28,10 @@ jobs:
path: result/bin/magic-nix-cache path: result/bin/magic-nix-cache
retention-days: 1 retention-days: 1
- name: Delay to experiment on macOS
run: "sleep 300"
build-artifacts-X64-Linux: build-artifacts-X64-Linux:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
@ -41,6 +46,9 @@ jobs:
- name: Build package - name: Build package
run: "nix build .# -L --fallback" run: "nix build .# -L --fallback"
- name: Delay to experiment on macOS
run: "sleep 5m"
- name: Upload a Build Artifact - name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v3.1.2
with: with: