terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update job dependencies in build-nix.yml

authored by

Eli Dowling and committed by
GitHub
a88d3885 8de799fd

+2 -1
+2 -1
.github/workflows/build-nix.yml
··· 130 130 contents: write 131 131 discussions: write 132 132 runs-on: ubuntu-latest 133 - needs: [macos, linux, macos-x86,linux-aarch64] 133 + # needs: [macos, linux, macos-x86,linux-aarch64] 134 + needs: [linux] 134 135 name: release if tag 135 136 steps: 136 137 - name: Download artifacts