Compare commits

..

No commits in common. "81891576085784ba0938c1e6a2b9cd5c49c43ec6" and "0c8a48cd41a9f34e948f91b88efa71fb44a5d5f1" have entirely different histories.

View File

@ -4,13 +4,12 @@ jobs:
build-container: build-container:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: ls -l - run: ls -l
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v31 uses: cachix/install-nix-action@v31
with:
enable_kvm: false
- name: Build container - name: Build container
run: nix build .#docker run: nix build .#docker
- run: find result/* - run: find result/*