This commit is contained in:
parent
5b3e91512f
commit
c7c1ce8313
|
@ -8,4 +8,8 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo All Good
|
||||
- run: |
|
||||
apt-get update
|
||||
apt-get -y install sudo
|
||||
- uses: https://github.com/cachix/install-nix-action@v27
|
||||
- run: nix flake show
|
||||
|
|
Loading…
Reference in a new issue