Skip to content

Commit ae68728

Browse files
committed
another test
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 5000b6c commit ae68728

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ jobs:
4141
uses: ./.github/actions/gotools
4242
with:
4343
go-version: ${{ env.GO_VERSION }}
44+
45+
- name: Install libssl
46+
run: sudo apt-get install -y libssl-dev
4447

4548
# - name: Setup Node
4649
# uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
4750
# with:
4851
# node-version: ${{ env.NODE_VERSION }}
4952
- name: Setup DotNet
50-
uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # tag=v3.4.2
53+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
5154
with:
5255
dotnet-version: ${{ env.DOTNET_VERSION }}
5356
# - name: Setup Python

0 commit comments

Comments
 (0)