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

This commit is contained in:
Zuckerberg 2023-04-23 20:14:55 -06:00
parent 82c2bf81b7
commit de17d7c9dd

View File

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