File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
.github/actions/microsoft-setup-toolchain Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ inputs:
1818 default : " 22"
1919 xcode-developer-dir :
2020 description : Set the path for the active Xcode developer directory
21- default : " /Applications/Xcode_16.4.0 .app"
21+ default : " /Applications/Xcode_16.2 .app"
2222runs :
2323 using : composite
2424 steps :
3232 - name : Enable Nix cache
3333 if : ${{ inputs.platform == 'macos' || inputs.platform == 'ios' || inputs.platform == 'visionos' }}
3434 uses : DeterminateSystems/magic-nix-cache-action@v7
35+ with :
36+ use-flakehub : false
3537
3638 - name : Export Nix devshell env
3739 if : ${{ inputs.platform == 'macos' || inputs.platform == 'ios' || inputs.platform == 'visionos' }}
Original file line number Diff line number Diff line change 1111 in {
1212 devShells . ${ system } . ci-macos = pkgs . mkShell {
1313 packages = with pkgs ; [
14- cmake_3_31
14+ cmake
1515 nodejs_22
1616 yarn
1717 pkg-config
You can’t perform that action at this time.
0 commit comments