File tree Expand file tree Collapse file tree 1 file changed +13
-19
lines changed
Expand file tree Collapse file tree 1 file changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -42,30 +42,24 @@ jobs:
4242 with :
4343 go-version : ${{ env.GO_VERSION }}
4444
45- - name : Setup Node
46- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
47- with :
48- node-version : ${{ env.NODE_VERSION }}
45+ # - name: Setup Node
46+ # uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
47+ # with:
48+ # node-version: ${{ env.NODE_VERSION }}
4949 - name : Setup DotNet
5050 uses : actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # tag=v3.4.2
5151 with :
5252 dotnet-version : ${{ env.DOTNET_VERSION }}
53- - name : Setup Python
54- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # tag=v5.6.0
55- with :
56- python-version : ${{ env.PYTHON_VERSION }}
57- - name : Setup libssl
58- run : |
59- wget https://www.openssl.org/source/openssl-1.1.1c.tar.gz
60- tar -xzvf openssl-1.1.1c.tar.gz
61- cd openssl-1.1.1c
62- ./config
63- make
64- sudo make install
65-
66- - name : Build sdks
67- run : make generate_sdks
53+ # - name: Setup Python
54+ # uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # tag=v5.6.0
55+ # with:
56+ # python-version: ${{ env.PYTHON_VERSION }}
57+ # - name: Build sdks
58+ # run: make generate_sdks
6859
60+ - name : Build dotnet
61+ run : make build_dotnet
62+
6963 - name : Lint
7064 run : make lint_provider
7165
You can’t perform that action at this time.
0 commit comments