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

This commit is contained in:
Zuckerberg 2023-04-23 20:16:42 -06:00
parent 2a8f76e955
commit ababb5b6b7

View File

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