sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 9933a555c07eae0ba5770e7300cdbccc58c85907
parent 8c4fa29f77f4782f88548926e0a329aac2bb3b51
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat, 29 Mar 2025 19:29:13 +1100

Github Actions: update to nix-quick-install-action v30

Trying to solve this failure on Ubuntu runners:

    installing 'nix-2.12.0'
    error: cannot set loopback interface flags: Operation not permitted
    (use '--show-trace' to show detailed location information)
    Error: Process completed with exit code 1.

Diffstat:
M .github/workflows/checks.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
@@ -15,8 +15,7 @@ jobs:
       matrix:
         os:
         - ubuntu-latest
-        # macos-14 fails due to https://github.com/nixbuild/nix-quick-install-action/issues/43
-        - macos-13
+        - macos-14
         ruby-version:
         - '2.4'
         - '2.5'
@@ -48,7 +47,7 @@ jobs:
       run: brew install bash
       if: runner.os == 'macOS'
     - name: Install nix
-      uses: nixbuild/nix-quick-install-action@v21
+      uses: nixbuild/nix-quick-install-action@v30
     - name: Import nix cache
       run: |
         if [ -f /tmp/nixcache ] ; then