Skip to content

Commit

Permalink
Github Actions - Fix various issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Jan 9, 2025
1 parent 70c91dc commit 8eb844f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_linux_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: vcpkg-linux-logs
path: ${{github.workspace}}/vcpkg/buildtree/*/*.log
path: ${{github.workspace}}/vcpkg/buildtrees/*/*.log
4 changes: 2 additions & 2 deletions .github/workflows/cmake_windows_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: actions/cache@v3
with:
path: ${{github.workspace}}/build/vcpkg_installed
key: ${{runner.os}}-vcpkg-${{hashfiles('neo/windows-32-bit-status')}}
key: ${{runner.os}}-32-vcpkg-${{hashfiles('neo/windows-32-bit-status')}}
restore-keys: |
${{ runner.OS }}-vcpkg-
${{ runner.OS }}-32-vcpkg-
- name: Configure CMake
working-directory: ${{github.workspace}}/neo
Expand Down

0 comments on commit 8eb844f

Please sign in to comment.