Skip to content

Commit

Permalink
check g++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed May 14, 2024
1 parent 399b0bd commit d9c4623
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
sudo apt-get update
sudo apt-get -y install gcc-13
- name: Check g++ version
run: |
g++ --version
- name: Compile almo.cpp
run: |
cd ALMO
Expand Down
1 change: 1 addition & 0 deletions blog_builder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import os



CONFIG_CORRESPONDING = {
"overall_theme": "-t",
"custom_css": "-c",
Expand Down

0 comments on commit d9c4623

Please sign in to comment.