Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:

jobs:
build:
permissions:
id-token: write
contents: read
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand All @@ -35,8 +38,8 @@ jobs:
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v8

- name: Setup magic-nix-cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Setup FlakeHub Cache
uses: DeterminateSystems/flakehub-cache-action@main

- name: Build screenly-cli
run: nix build .#screenly-cli
Loading
Loading