Fix the issue where the output path of external settings does not tak… #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux (gcc) | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup gcc | |
uses: egor-tensin/setup-gcc@v1 | |
- name: Setup gitmodules | |
run: git submodule update --init --recursive | |
- name: Build and Test | |
run: ./scripts/feature-tests.shell |