Switched to a nix container, speeding up builds, next, setup cache mf
This commit is contained in:
parent
0d15b19fed
commit
7720764336
@ -10,13 +10,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
env:
|
runs-on: flake-actions
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install nix
|
#- name: Install nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
# uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user