diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 77bfd70..7cd01b2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,8 +14,9 @@ jobs: uses: actions/checkout@v4 - name: Build - export CARGO_TARGET_DIR=~/cache/site_target - run: cargo build --release + run: | + export CARGO_TARGET_DIR=~/cache/site_target + cargo build --release - name: Move to opt run: |