Skip to content

Commit 5000b6c

Browse files
committed
debug dotnet
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 317b635 commit 5000b6c

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)