Skip to content

Commit ed2537f

Browse files
authored
Pin .NET Version on CI to 6 (#291)
1 parent 80c9b87 commit ed2537f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
sudo dpkg -i packages-microsoft-prod.deb
9292
rm packages-microsoft-prod.deb
9393
- run:
94-
name: Install .NET
94+
name: Install .NET 6
9595
command: |
9696
sudo apt-get update
9797
sudo apt-get install -y dotnet-sdk-6.0
@@ -140,8 +140,10 @@ jobs:
140140
working_directory: example
141141
command: flutter build ios --simulator
142142
- run:
143-
name: Install .NET
144-
command: brew install --cask dotnet-sdk
143+
name: Install .NET 6
144+
command: |
145+
brew tap isen-ng/dotnet-sdk-versions
146+
brew install --cask dotnet-sdk6-0-400
145147
- run:
146148
name: Clone Captain
147149
command: git clone [email protected]:Instabug/Captain.git ../Instabug.Captain

0 commit comments

Comments
 (0)