Skip to content

Commit

Permalink
[iss-22]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalashnikovni committed Jun 2, 2023
1 parent 7725b72 commit 9d3c735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- name: Install deps.
run: |
sudo apt-get update
sudo apt-get install autoconf
sudo apt-get install libboost1.74-all-dev
sudo apt-get install boost1.71
sudo apt-get install cmake
sudo apt-get install g++
Expand Down
2 changes: 1 addition & 1 deletion sbg/test/stest/compile_and_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ TEST_MODEL=${TEST_MODEL_FOLDER}/${MODEL}
mkdir ${TEST_MODEL_FOLDER}
TEST_FOLDER=`pwd`
echo ${TEST_FOLDER}
g++ ${GT_MODEL} -I../../../ -L../../../lib -o ${TEST_MODEL} -lsbgraph
g++ ${GT_MODEL} -I../../../ -L../../../lib -std=c++17 -o ${TEST_MODEL} -lsbgraph
cd ${TEST_MODEL_FOLDER}
./${MODEL}

0 comments on commit 9d3c735

Please sign in to comment.