Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Init TLDs file
  • Loading branch information
Rafiot authored Jun 16, 2021
1 parent 6cbf740 commit 91ae97a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config $BUILD_TYPE

- name: Init TLDs file
working-directory: ${{github.workspace}}/build
shell: bash
run: src/tools/faup -u

- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
Expand Down

0 comments on commit 91ae97a

Please sign in to comment.