try container
Some checks failed
Check Flake / check-flake (push) Failing after 9s

This commit is contained in:
Zuckerberg 2023-04-23 20:11:16 -06:00
parent e019fccbd2
commit a48c0a3b2a

View File

@ -11,7 +11,7 @@ jobs:
container: ubuntu:latest
steps:
- name: Install sudo
run: apt-get update && apt-get install sudo
run: apt-get update && apt-get install sudo curl
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20