diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 1d4579903a3..d9e3a2d8a7e 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -71,6 +71,9 @@ jobs: - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 - name: Retrieve downstream package + # Note: we retrieve the current `main` branch of the downstream package to ensure + # that compatibility errors we make in Trixi.jl are detected already here + # See also https://github.com/trixi-framework/Trixi.jl/pull/1707#discussion_r1382938895 uses: actions/checkout@v4 with: repository: trixi-framework/${{ matrix.package }}