Skip to content

Commit

Permalink
Update CI_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski authored Apr 26, 2024
1 parent 6eb4bcc commit f1855e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
}
if ($Env:SCILEX_MSYS2_ALLOW_CACHE -eq "true") {
Write-Output "Install CCACHE"
bash -lc "pacman --noconfirm -S ${{ matrix.build_platform == 'i686' && 'mingw-w64-i686-ccache' || 'mingw-w64-x86_64-ccache' }}
bash -lc "pacman --noconfirm -S ${{ matrix.build_platform == 'i686' && 'mingw-w64-i686-ccache' || 'mingw-w64-x86_64-ccache' }}"
$gcc_num = (gcc --version) | select-object -first 1 | Select-String -Pattern '\) (.*)' | %{$_.Matches.Groups[1].value}
$make_num = (mingw32-make --version) | select-object -first 1 | Select-String -Pattern 'e (.*)' | %{$_.Matches.Groups[1].value}
$ccache_num = (ccache --version) | select-object -first 1 | Select-String -Pattern 'n (.*)' | %{$_.Matches.Groups[1].value}
Expand Down

0 comments on commit f1855e2

Please sign in to comment.