From c21571c91320aa493909d473653613d29122aa01 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Tue, 28 May 2024 18:15:49 -0700 Subject: [PATCH] test dist builds --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 66c0eb0..2c1ca5c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -74,7 +74,7 @@ jobs: - "/etc/ssl/certs:/etc/ssl/certs:ro" options: --cpus 4 steps: - - run: dnf install -y nodejs git + - run: dnf install -y nodejs git make - name: Check out repository code uses: actions/checkout@v3 with: @@ -87,7 +87,7 @@ jobs: - name: Archive binary uses: actions/upload-artifact@v3 with: - name: jx + name: fedora/40/jx path: jx - uses: actions/upload-artifact@v3 with: @@ -114,7 +114,7 @@ jobs: options: --cpus 4 steps: - run: apt-get -y update && apt-get install -y tzdata - - run: apt-get install -y nodejs git + - run: apt-get install -y nodejs git make - uses: actions/checkout@v3 - run: make build-deps - run: make build