From 40e6462b0859b39e163b4d04ec4d047cad1bdf54 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Fri, 13 Sep 2024 19:45:37 -0500 Subject: [PATCH] ... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddfbacb..3631e24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: cargo install --version 0.2.1 cross echo "CARGO=cross" >> $GITHUB_ENV - name: Build - run: ls assets/tokens/tokens && ${{ env.CARGO }} build --verbose --target "${{ matrix.build }}" + run: ls assets/tokens && ${{ env.CARGO }} build --verbose --target "${{ matrix.build }}" - name: Test run: ${{ env.CARGO }} test --verbose --target "${{ matrix.build }}" - name: Build Release Artifact