mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Change 'uses' versions
Co-authored-by: Mathias LANG <geod24@gmail.com>
This commit is contained in:
parent
edbc819e06
commit
cca753abdb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_with_dub.yml
vendored
4
.github/workflows/build_with_dub.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Host D compiler
|
- name: Install Host D compiler
|
||||||
uses: dlang-community/setup-dlang@v1.3.0
|
uses: dlang-community/setup-dlang@v1
|
||||||
|
|
||||||
- name: Invoke dub
|
- name: Invoke dub
|
||||||
run: dub run dmd:compiler -- --version
|
run: dub run dmd:compiler -- --version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue