We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c9b87 commit ed2537fCopy full SHA for ed2537f
.circleci/config.yml
@@ -91,7 +91,7 @@ jobs:
91
sudo dpkg -i packages-microsoft-prod.deb
92
rm packages-microsoft-prod.deb
93
- run:
94
- name: Install .NET
+ name: Install .NET 6
95
command: |
96
sudo apt-get update
97
sudo apt-get install -y dotnet-sdk-6.0
@@ -140,8 +140,10 @@ jobs:
140
working_directory: example
141
command: flutter build ios --simulator
142
143
144
- command: brew install --cask dotnet-sdk
+ command: |
145
+ brew tap isen-ng/dotnet-sdk-versions
146
+ brew install --cask dotnet-sdk6-0-400
147
148
name: Clone Captain
149
command: git clone [email protected]:Instabug/Captain.git ../Instabug.Captain
0 commit comments