Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed May 16, 2024
1 parent f0e132e commit 1f42ff3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand All @@ -39,15 +39,17 @@ jobs:
run: |
git submodule update --init --recursive --remote
- name: Setup g++13
- name: Check g++ version
run: |
sudo apt-get -y install gcc-13
g++ --version
- name: Make g++13 default
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
- name: Setup g++13
uses: egor-tensin/setup-gcc@v1
with:
version: 13
platform: x64


- name: Check g++ version
run: |
Expand Down
1 change: 0 additions & 1 deletion .rebuild
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 1f42ff3

Please sign in to comment.