Skip to content

ignore this PR, testing builds #2744

ignore this PR, testing builds

ignore this PR, testing builds #2744

Workflow file for this run

name: Pull Request Verification
on:
pull_request
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
env:
CCACHE_VERSION: 4.10.2
jobs:
test:
runs-on: windows-latest
steps:
- run: |
curl -sOSL https://github.com/ccache/ccache/releases/download/v$Env:CCACHE_VERSION/ccache-$Env:CCACHE_VERSION-windows-x86_64.zip
unzip -qj ccache-$Env:CCACHE_VERSION-windows-x86_64.zip ccache-$Env:CCACHE_VERSION-windows-x86_64.zip/ccache.exe
dir ccache.exe