File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 5959 with :
6060 dotnet-version : ' 8.0.x'
6161
62+ - name : Cache .NET workloads
63+ id : dotnet-workload-cache
64+ uses : actions/cache@v4
65+ with :
66+ path : |
67+ ~/.dotnet
68+ ~/.nuget/packages
69+ key : dotnet-workloads-${{ runner.os }}-${{ hashFiles('**/*.csproj') }}
70+ restore-keys : |
71+ dotnet-workloads-${{ runner.os }}-
72+
6273 - name : Install required .NET workloads
6374 run : |
6475 dotnet workload install android ios wasm-tools
6879 echo "Cloning native SDKs..."
6980 cd ..
7081 git clone https://github.com/OneSignal/OneSignal-iOS-SDK.git
71- cd OneSignal-iOS-SDK && git checkout ${{ inputs.ios_version }} && cd OneSignal-DotNet-SDK
82+ cd OneSignal-iOS-SDK && git checkout ${{ inputs.ios_version }} && cd ../ OneSignal-DotNet-SDK
7283
7384 echo "Running update_native_binaries.sh..."
7485 chmod +x ./update_native_binaries.sh
You can’t perform that action at this time.
0 commit comments