From e06b15eaf3147092d7bbe5b61998d75e2fd87fa1 Mon Sep 17 00:00:00 2001 From: Michael Greenberg Date: Wed, 9 Oct 2024 11:52:22 -0400 Subject: [PATCH] trigger ci (canceled the wrong things) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4e2db0d..0fb11de 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: run: | sudo apt-get install util-linux expect mergerfs attr pandoc echo unshare is at $(which unshare) - ls /sbin/* + ls /sbin - name: Checkout uses: actions/checkout@v4