Skip to content

Commit

Permalink
[INFRA] Revert docker for doc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 23, 2024
1 parent 0c80b6d commit bff4a56
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
if: ( github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint' ) && github.event.action != 'closed'
container:
image: ghcr.io/seqan/gcc-14
volumes:
- /home/runner:/home/runner
steps:
- name: Checkout
if: github.event_name != 'pull_request_target'
Expand All @@ -48,6 +44,9 @@ jobs:
doxygen: 1.9.4

- name: Configure tests
env:
CXX: g++-12
CC: gcc-12
run: |
mkdir build && cd build
cmake ..
Expand Down

0 comments on commit bff4a56

Please sign in to comment.