Skip to content

Commit

Permalink
Merge pull request #581 from kubo39/update-ci-config
Browse files Browse the repository at this point in the history
CI: update setup-dlang
  • Loading branch information
thewilsonator authored Nov 24, 2024
2 parents 8708c75 + 35516b6 commit 0274df1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [push, pull_request]

on:
push:
branches:
- master
pull_request:

jobs:
test:
name: CI
Expand All @@ -10,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install D Compiler
uses: dlang-community/setup-dlang@v1
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.dc }}
- uses: actions/cache@v4
Expand Down

0 comments on commit 0274df1

Please sign in to comment.