Skip to content

Commit 8912235

Browse files
init
1 parent b1a3747 commit 8912235

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Set up C++ environment
17-
uses: actions/setup-cpp@v2
17+
uses: actions/setup-cpp@v0.44.0
1818
with:
1919
compiler: 'gcc'
20-
version: '10.2'
2120

2221
- name: Install dependencies
2322
run: |

0 commit comments

Comments
 (0)