Skip to content

Flake update

Flake update #360

Workflow file for this run

name: "Build systems"
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [memes-ubuntu, macos-14]
runs-on: ${{ matrix.os }}
steps:
# - name: Maximize build space
# if: runner.os == 'Linux'
# uses: AdityaGarg8/remove-unwanted-software@v4
# with:
# remove-dotnet: 'true'
# remove-android: 'true'
# remove-haskell: 'true'
# remove-codeql: 'true'
# remove-docker-images: 'true'
# remove-large-packages: 'true'
# remove-cached-tools: 'true'
- uses: actions/[email protected]
- uses: DeterminateSystems/nix-installer-action@v15
with:
extra-conf: |
build-dir = /opt
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Setup Attic cache
uses: rhysmdnz/attic-action@v0
with:
endpoint: ${{ vars.ATTIC_ENDPOINT }}
cache: ${{ vars.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Install omnix
run: nix --accept-flake-config profile install "github:juspay/omnix"
- run: om ci run -- --refresh -j auto --keep-going