Skip to content

chore(deps): bump actions/checkout from 5.0.0 to 6.0.1 #219

chore(deps): bump actions/checkout from 5.0.0 to 6.0.1

chore(deps): bump actions/checkout from 5.0.0 to 6.0.1 #219

Workflow file for this run

name: "Build"
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Free disk space
# https://github.com/actions/virtual-environments/issues/709
run: |
echo "========= Original CI disk space"
df -h
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
echo "========= After clean up CI disk space"
df -h
- name: Check out repository
uses: actions/checkout@v6.0.1
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
accept-flake-config = true
auto-optimise-store = true
- name: Setup binary cache
uses: cachix/cachix-action@v16
with:
name: stackrox
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build dev environment
run: nix develop --fallback