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