diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-01 07:07:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-06 13:09:11 -0400 |
commit | 47bff1c8a3defeabdf18453142cfb7ac5c4b2440 (patch) | |
tree | 013f4c7494199bca31aef2f75a57fad92573dc96 /src/ext_depends/d2sqlite3/.github/workflows | |
parent | config defaults: cfte, config-file & cle (diff) |
ext_depends updates: d-yaml & d2sqlite3
Diffstat (limited to 'src/ext_depends/d2sqlite3/.github/workflows')
-rw-r--r-- | src/ext_depends/d2sqlite3/.github/workflows/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext_depends/d2sqlite3/.github/workflows/main.yaml b/src/ext_depends/d2sqlite3/.github/workflows/main.yaml index 28eaebe..f915693 100644 --- a/src/ext_depends/d2sqlite3/.github/workflows/main.yaml +++ b/src/ext_depends/d2sqlite3/.github/workflows/main.yaml @@ -58,12 +58,12 @@ jobs: dub --version # Build and run the tests - - name: '[POSIX] Build & test Agora' + - name: '[POSIX] Build & test' if: runner.os != 'Windows' #continue-on-error: matrix.dc == 'ldc-master' || matrix.dc == 'dmd-master' run: dub test -c ci - - name: '[Windows] Build & test Agora' + - name: '[Windows] Build & test' if: runner.os == 'Windows' #continue-on-error: matrix.dc == 'ldc-master' || matrix.dc == 'dmd-master' shell: cmd |