Skip to content

Commit

Permalink
Update few more.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 19, 2024
1 parent a795799 commit cbc5eb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/IKVM.Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,18 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: 5.11
- name: Execute GitVersion
uses: gittools/actions/gitversion/execute@v0
uses: gittools/actions/gitversion/execute@v1
with:
useConfigFile: true
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Restore
run: dotnet restore IKVM.Clang.sln
working-directory: ${{ env.WORKPATH }}/ikvm
- name: Build
shell: pwsh
run: |
Expand Down

0 comments on commit cbc5eb5

Please sign in to comment.