Skip to content

Commit

Permalink
Stop using GitHub Actions variables to pick a version of melonDS
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 3, 2023
1 parent 16bebaa commit 4e1c4f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ jobs:
run: |
cmake "${{ github.workspace }}" \
-DCMAKE_BUILD_TYPE="${{ matrix.build-type }}" \
-DMELONDS_REPOSITORY_URL="${{ vars.MELONDS_REPOSITORY_URL }}" \
-DMELONDS_REPOSITORY_TAG="${{ vars.MELONDS_REPOSITORY_TAG }}" \
${{ inputs.cmake-args }}
- name: Build
Expand Down

0 comments on commit 4e1c4f6

Please sign in to comment.