ci: temporarily remove ubuntu and lets debug this
Some checks failed
Check a nix flake, and potentially puts stuff in a cache. / nix (nix-runner) (push) Failing after 10s

This commit is contained in:
2025-03-22 16:59:30 -05:00
parent b33e6419c3
commit b0ac8d03c3

View File

@@ -6,12 +6,13 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, nix-runner]
os: [nix-runner]
runs-on: ${{ matrix.os }}
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: whoami
- name: Check out repository code
uses: actions/checkout@v4
- name: Install SSH keys