Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 12:47:56 +02:00 committed by GitHub
parent c2d637d952
commit 6c219d87dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -27,10 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/upload-artifact@v3
with:
name: tbin
path: tlang
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
@ -40,3 +37,8 @@ jobs:
- name: Build
run: dub build
- uses: actions/upload-artifact@v3
with:
name: tbin
path: tlang