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.

don't use nic cache

+10 -10
+10 -10
.github/workflows/build-nix.yml
··· 16 16 strategy: 17 17 fail-fast: false 18 18 runs-on: ubuntu-latest 19 - timeout-minutes: 15 19 + timeout-minutes: 20 20 20 21 21 steps: 22 22 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 23 23 with: 24 24 fetch-depth: 0 25 25 - uses: DeterminateSystems/nix-installer-action@main 26 - - uses: DeterminateSystems/magic-nix-cache-action@main 27 - with: 28 - use-flakehub: false 26 + # - uses: DeterminateSystems/magic-nix-cache-action@main 27 + # with: 28 + # use-flakehub: false 29 29 30 30 - run: nix build .#static 31 31 - name: Create tar.gz ··· 40 40 strategy: 41 41 fail-fast: false 42 42 runs-on: ubuntu-24.04-arm 43 - timeout-minutes: 15 43 + timeout-minutes: 20 44 44 steps: 45 45 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 46 46 with: 47 47 fetch-depth: 0 48 48 - uses: DeterminateSystems/nix-installer-action@main 49 - - uses: DeterminateSystems/magic-nix-cache-action@main 49 + # - uses: DeterminateSystems/magic-nix-cache-action@main 50 50 - run: nix build .#static 51 51 - name: Create tar.gz 52 52 run: tar -czvf jj_tui_linux-aarch64.tar.gz -C result/bin jj_tui ··· 59 59 strategy: 60 60 fail-fast: false 61 61 runs-on: macos-latest 62 - timeout-minutes: 15 62 + timeout-minutes: 20 63 63 64 64 steps: 65 65 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 66 66 with: 67 67 fetch-depth: 0 68 68 - uses: DeterminateSystems/nix-installer-action@main 69 - - uses: DeterminateSystems/magic-nix-cache-action@main 69 + # - uses: DeterminateSystems/magic-nix-cache-action@main 70 70 - run: nix build 71 71 - name: Create tar.gz 72 72 run: tar -czvf jj_tui_macos-aarch64.tar.gz -C result/bin jj_tui ··· 80 80 strategy: 81 81 fail-fast: false 82 82 runs-on: macos-15-intel 83 - timeout-minutes: 15 83 + timeout-minutes: 20 84 84 85 85 steps: 86 86 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 87 87 with: 88 88 fetch-depth: 0 89 89 - uses: DeterminateSystems/nix-installer-action@main 90 - - uses: DeterminateSystems/magic-nix-cache-action@main 90 + # - uses: DeterminateSystems/magic-nix-cache-action@main 91 91 - run: nix build 92 92 - name: Create tar.gz 93 93 run: tar -czvf jj_tui_macos-x86_64.tar.gz -C result/bin jj_tui