Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Git clone
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Build Carl-parser from Dockerfile
run: |
docker build -t movesrwth/carl-parser:ci . \
Expand Down Expand Up @@ -82,14 +82,14 @@ jobs:
with:
xcode-version: ${{ matrix.config.xcode }}
- name: Git clone
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install dependencies
# cmake, gmp and java are already installed
run: |
brew update
brew install boost cln ginac
- name: Git clone Carl-storm
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: stormchecker/carl-storm
path: carl-storm
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
}
steps:
- name: Git clone
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Build Carl-storm from Dockerfile
run: |
docker build -t movesrwth/carl-parser:${{ matrix.build_type.dockerTag }} . \
Expand Down
Loading