diff options
| author | 2024-07-17 21:00:22 +0100 | |
|---|---|---|
| committer | 2024-07-17 21:00:22 +0100 | |
| commit | 5effa39f6ed15d4958be09937d47cb670bdb909b (patch) | |
| tree | 5f41755591d770c67e53232ee3aeb3e8d33d0d8d /.github | |
| parent | Fix encapsulating SVS command parameters in the compat layer. (diff) | |
| parent | Update irctest. (diff) | |
Merge branch 'insp3' into insp4.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-irctest.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index f309e251c..85d34d0f5 100644 --- a/.github/workflows/ci-irctest.yml +++ b/.github/workflows/ci-irctest.yml @@ -26,7 +26,7 @@ jobs: # Speed-up build (6 min -> 5 min) - name: Precompile inspircd.h - run: c++ -I vendor/ include/inspircd.h + run: c++ -isystem vendor include/inspircd.h - name: Build and install env: @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v4 with: path: irctest - ref: 9f33633cc71739cd8e88cc4f3d39fa002cc0f97e + ref: a1324407893b603fe6b55ce7c4ee385938291ae1 repository: progval/irctest - name: Install irctest dependencies |
