Skip to content

Commit

Permalink
Fix some Github Action Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Oct 26, 2024
1 parent 231fdc5 commit 134b074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: nightly-${{ steps.date.outputs.date }}
release_name: DOOM BFA Nigthly ${{ steps.date.outputs.date }}
release_name: DOOM BFA Nightly ${{ steps.date.outputs.date }}
body: |
${{ steps.messages.outputs.messages }}
draft: false
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/cmake_windows_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ jobs:
- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.0, 18.0)'
vs-version: '[17.0, 17.11.5)'
msbuild-architecture: x64

- name: Fix MSbuild
shell: powershell
run: Remove-Item "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\Microsoft.VCToolsVersion.v143.default.*"

- name: Cache Windows vcpkg
uses: actions/cache@v3
Expand Down

0 comments on commit 134b074

Please sign in to comment.