name: 'Get image ready to run nix jobs' description: 'Update apt repositories and installing sudo' runs: using: 'composite' steps: - name: 'Get image ready to run nix jobs' shell: bash run: | apt update apt upgrade apt install sudo