Skip to content

Commit 7c77d0e

Browse files
committed
还原build
1 parent 50842a0 commit 7c77d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- uses: actions/checkout@v2
2323
with:
2424
ref: refs/heads/master
25+
2526
- name: install gcc 11
2627
if: startsWith(matrix.os, 'ubuntu')
2728
run: |
2829
sudo apt-get install -y gcc-11 g++-11
2930
echo "CC=gcc-11" >> $GITHUB_ENV
3031
echo "CXX=g++-11" >> $GITHUB_ENV
31-
3232
- name: Build-Release
3333
run: |
3434
mkdir build

0 commit comments

Comments
 (0)