diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dcfbde9..f36401e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,15 @@ jobs: experimental: true github_token: ${{ secrets.GITHUB_TOKEN }} + - name: Install xcsift via mise + run: | + ./bin/mise install xcsift + # Find and add xcsift binary to PATH + XCSIFT_PATH=$(./bin/mise where xcsift) + echo "$XCSIFT_PATH" >> $GITHUB_PATH + echo "xcsift installed at: $XCSIFT_PATH" + ls -la "$XCSIFT_PATH" + - name: Show Swift version run: swift --version