We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5000b6c commit ae68728Copy full SHA for ae68728
.github/workflows/ci.yaml
@@ -41,13 +41,16 @@ jobs:
41
uses: ./.github/actions/gotools
42
with:
43
go-version: ${{ env.GO_VERSION }}
44
+
45
+ - name: Install libssl
46
+ run: sudo apt-get install -y libssl-dev
47
48
# - name: Setup Node
49
# uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
50
# with:
51
# node-version: ${{ env.NODE_VERSION }}
52
- name: Setup DotNet
- uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # tag=v3.4.2
53
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
54
55
dotnet-version: ${{ env.DOTNET_VERSION }}
56
# - name: Setup Python
0 commit comments