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 build-nix.yml

authored by

Eli Dowling and committed by
GitHub
b3cba525 eb63cb4d

+2 -1
+2 -1
.github/workflows/build-nix.yml
··· 80 80 contents: write 81 81 discussions: write 82 82 runs-on: ubuntu-latest 83 - needs: [macos, linux] 83 + needs: [macos, linux, macos-x86] 84 84 name: release if tag 85 85 steps: 86 86 - name: Download artifacts ··· 92 92 files: | 93 93 jj_tui_macos/jj_tui_macos-aarch64.tar.gz 94 94 jj_tui_linux/jj_tui_linux-x86_64.tar.gz 95 + jj_tui_macos-x86/jj_tui_macos-x86_64.tar.gz