Skip to content

Commit

Permalink
fixup! [FOLD] Improve remote setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Oct 2, 2023
1 parent 8f1c1e4 commit 15f1f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
run: |
echo missing=$(conan info . --build missing --settings build_type=${{ matrix.configuration }} --json 2>/dev/null | grep '^\[') | tee ${GITHUB_OUTPUT}
- name: build dependencies
if: (steps.binaries.outputs.missing != '[]')
uses: ./.github/actions/dependencies
with:
configuration: ${{ matrix.configuration }}
Expand Down

0 comments on commit 15f1f0c

Please sign in to comment.