Skip to content

Commit

Permalink
tidy up step
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed Feb 7, 2025
1 parent d49e802 commit 499a9ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ jobs:

- name: 'Install dependencies'
shell: pwsh
working-directory: ${{ github.workspace }}
env:
qtVersion: ${{ needs.Checkout.outputs.qtVersion }}
antlrVersion: ${{ needs.Checkout.outputs.antlrVersion }}
run: |
Set-Location ${{ github.workspace }}
Write-Output "Qt version is: $env:qtVersion"
$env:antlrVersion = "${{ env.antlrVersion }}"
Write-Output "ANTLR version is: $env:antlrVersion"
./develop.ps1 -release -qtVersion $env:qtVersion -antlrVersion $env:antlrVersion
- name: 'Configure and build with CMake'
Expand Down

0 comments on commit 499a9ce

Please sign in to comment.