Skip to content

Commit

Permalink
Avoid GitHub action errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Mar 10, 2021
1 parent f0ce06f commit 7bd4be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion src/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ WARN_NO_PARAMDOC = YES
# a warning is encountered.
# The default value is: NO.

WARN_AS_ERROR = YES
WARN_AS_ERROR = NO

# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
Expand Down

0 comments on commit 7bd4be4

Please sign in to comment.