Skip to content

Commit

Permalink
checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Sep 5, 2023
1 parent 2f3fd13 commit 071837f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
Matrix:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- id: mongo-versions
run: |
curl -Ls https://sh.jbang.dev | bash -s - app setup
echo "mongo_versions=$( ~/.jbang/bin/jbang --verbose BuildMatrix.java)" >> $GITHUB_OUTPUT
working-directory: .github
echo "mongo_versions=$( ~/.jbang/bin/jbang --verbose .github/BuildMatrix.java)" >> $GITHUB_OUTPUT
outputs:
version_matrix: ${{ steps.mongo-versions.outputs.mongo_versions }}
Expand Down

0 comments on commit 071837f

Please sign in to comment.