Skip to content

Commit

Permalink
Revert the changes for CSharp. They could be taken care in a separate PR
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 16, 2024
1 parent fc7f844 commit f1346e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-lang-csharp-ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Add libzstd
shell: bash
run: sudo apt-get install -y libzstd-dev libicu-dev
run: sudo apt-get install -y libzstd-dev

- name: Install .NET SDKs
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Add libzstd
shell: bash
run: sudo apt-get install -y libzstd-dev libicu-dev
run: sudo apt-get install -y libzstd-dev

- name: Install .NET SDKs
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -q
sudo apt-get install -q -y wget libzstd-dev libicu-dev
sudo apt-get install -q -y wget libzstd-dev
wget https://dot.net/v1/dotnet-install.sh
bash ./dotnet-install.sh --channel "3.1" --install-dir "$HOME/.dotnet" # 3.1
bash ./dotnet-install.sh --channel "5.0" --install-dir "$HOME/.dotnet" # 5.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Add libzstd
shell: bash
run: sudo apt-get install -y libzstd-dev libicu-dev
run: sudo apt-get install -y libzstd-dev

- name: Install .NET SDKs
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Add libzstd
shell: bash
run: sudo apt-get install -y libzstd-dev libicu-dev
run: sudo apt-get install -y libzstd-dev

- name: Install .NET SDKs
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit f1346e2

Please sign in to comment.