diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e8e3a92d..b011d9b54 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: dub build --compiler=${{ env.DC }} if [[ ${{ matrix.do_test }} == 'true' ]]; then dub run --compiler=${{ env.DC }} --single test/issue2051_running_unittests_from_dub_single_file_packages_fails.d - ./scripts/ci/travis.sh + ./scripts/ci/ci.sh fi - name: '[Windows] Test' diff --git a/scripts/ci/travis.sh b/scripts/ci/ci.sh similarity index 100% rename from scripts/ci/travis.sh rename to scripts/ci/ci.sh diff --git a/scripts/ci/setup-ldc-windows.sh b/scripts/ci/setup-ldc-windows.sh index e95881ec4..ec70e9c29 100644 --- a/scripts/ci/setup-ldc-windows.sh +++ b/scripts/ci/setup-ldc-windows.sh @@ -2,7 +2,7 @@ # sets up LDC for cross-compilation. Source this script, s.t. the new LDC is in PATH -# Make sure this version matches the version of LDC2 used in .travis.yml, +# Make sure this version matches the version of LDC2 used in the CI configuration # otherwise the compiler and the lib used might mismatch. LDC_VERSION="1.22.0" ARCH=${ARCH:-32}