1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 13:53:29 +00:00

Add tool restore

This commit is contained in:
Opeyemi Alao
2024-02-22 19:31:44 +01:00
parent cdb0672390
commit 1a23e358f4

View File

@@ -203,6 +203,9 @@ jobs:
run: | run: |
dotnet restore dotnet restore
- name: Restore tools
run: dotnet tool restore
- name: Setup iOS build CAKE (Testing) - name: Setup iOS build CAKE (Testing)
run: dotnet cake build.cake --target iOS --variant beta run: dotnet cake build.cake --target iOS --variant beta