Skip to content

Commit

Permalink
Add SystemC 3.0.0 to CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jünger <[email protected]>
  • Loading branch information
aut0 committed May 15, 2024
1 parent 5a901d5 commit cd21ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
systemc_version: [2.3.2, 2.3.3, 2.3.4]
systemc_version: [2.3.2, 2.3.3, 2.3.4, 3.0.0]
os:
- name: ubuntu
version: 20.04
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
echo "C:\msys64\mingw64\bin" >> ${GITHUB_PATH}
choco install wget ${{matrix.os.deps}}
git clone https://github.com/Tencent/rapidjson.git ${{github.workspace}}/rapidjson
cd ${{github.workspace}}/rapidjson
git checkout v1.1.0
Expand Down

0 comments on commit cd21ff0

Please sign in to comment.