Skip to content

Commit

Permalink
rm commented-out caching; unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Sep 20, 2024
1 parent a768e98 commit e152c9c
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,6 @@ jobs:
brew install nlohmann-json
brew install boost
# - name: Set up dependencies on Windows
# if: runner.os == 'Windows'
# run: |
# $env:Path += ";C:\msys64\usr\bin" # msys64 is preinstalled, but not in path by default
# pacman -S base-devel mingw-w64-ucrt-x86_64-toolchain mingw-w64-x86_64-nlohmann-json mingw-w64-x86_64-boost --noconfirm

# - name: Cache vcpkg
# if: runner.os == 'Windows'
# uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
# with:
# path: C:/vcpkg/
# key: vcpkg-${{ runner.os }}-${{ matrix.settings.target }}
# restore-keys: |
# vcpkg-${{ runner.os }}-
# vcpkg-

- name: Export GitHub Actions cache environment variables
if: runner.os == 'Windows'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down Expand Up @@ -121,22 +105,6 @@ jobs:
fi
rmdir include/release
# - name: Install libraries for Windows
# if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
# env:
# VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
# run: |
# vcpkg install boost --binarysource="clear;x-gha,readwrite"
# vcpkg install nlohmann-json --binarysource="clear;x-gha,readwrite"
# shell: pwsh

# - name: Save cache
# if: runner.os == 'Windows'
# uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
# with:
# path: C:/vcpkg/
# key: vcpkg-${{ runner.os }}-${{ matrix.settings.target }}

- name: Build unix
working-directory: languages/cpp
if: runner.os == 'macOS' || runner.os == 'Linux'
Expand Down

0 comments on commit e152c9c

Please sign in to comment.