Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent 63b3bff commit dd41f78
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ jobs:
uses: SimenB/github-actions-cpu-cores@v1
id: cpu-cores

# Note that `flow_doc_public` and `flow_doc_full` targets are also available; and a user locally
# may well want to use them. We, however, have chosen to dedicate a Flow-only workflow
# (in `flow` repo) to Flow; it will generate the Flow docs. Meanwhile ipc_doc_* targets create
# monolithic documentation from the ipc_* submodules and `ipc` itself -- but *not* from
# `flow` submodule.
- name: Doxygen-generate documentation sets using Makefile
run: |
VERBOSE=1 make \
Expand Down Expand Up @@ -228,7 +223,7 @@ jobs:
- compiler: { id: gcc-13 }
build-and-test-config: { id: relwithdebinfo-tsan }

runs-on: ubuntu-22.04.3
runs-on: ubuntu-22.04

name: |
build-${{ matrix.compiler.id }}-${{ matrix.build-and-test-config.id }}
Expand Down

0 comments on commit dd41f78

Please sign in to comment.