Skip to content

Commit 8002690

Browse files
committed
[debug] get ubuntu version of runner
1 parent 88199f4 commit 8002690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
python-version: '3.8'
2929
architecture: 'x64'
30+
- name: get ubuntu version
31+
run: lsb_release -a
3032
- name: Install Format tools
3133
run: pip install --upgrade pip setuptools; pip install -r requirements.txt; sudo apt-get install -y clang-format-6.0
3234
- name: Format Check

0 commit comments

Comments
 (0)