mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 10:58:04 +08:00
Update, tidy up, and standardize GitHub Actions workflows
This commit is contained in:
15
.github/workflows/build-nix-package.yml
vendored
15
.github/workflows/build-nix-package.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build Nix Package
|
||||
name: "Build Nix Package"
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
@@ -9,9 +9,14 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: 📥 Clone repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Nix Package Dev
|
||||
- name: ❄ Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
|
||||
- name: 💾 Set up Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: 📦 Build Nix package dev
|
||||
run: nix build .#graphite-dev --print-build-logs
|
||||
|
||||
Reference in New Issue
Block a user