Skip to content

Commit

Permalink
Update blog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Sep 18, 2024
1 parent bee0938 commit 9eb0e69
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,10 @@ jobs:
run: |
git submodule update --init --recursive --remote
- name: Check g++ version
run: |
g++ --version
- name: Setup g++13
uses: egor-tensin/setup-gcc@v1
with:
version: 13
platform: x64


- name: Check g++ version
run: |
g++ --version
- name: Compile almo.cpp
run: |
SHELL=/bin/bash
cd ./almo
bash ./scripts/setup.sh
ls
ls ./build
pwd
g++ -std=c++23 ./build/almo.cpp -o ./build/almo
- name: Checkout Repository
Expand Down

0 comments on commit 9eb0e69

Please sign in to comment.