ci: try switching to docker?
Some checks reported warnings
/ check (push) Has been cancelled

This commit is contained in:
notohh 2023-10-07 16:35:42 -04:00
parent bc6a349416
commit 6669bc8a89
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 3 additions and 2 deletions

View file

@ -1,9 +1,10 @@
on: [push] on: [push]
jobs: jobs:
check: check:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
- name: install nix action - name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5 uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with: with:

View file

@ -1,7 +1,7 @@
on: [push] on: [push]
jobs: jobs:
check: check:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: install nix action - name: install nix action