Skip to content

Commit

Permalink
Update plist-d and few actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Aug 2, 2023
1 parent 89d3fa2 commit a007cb2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
submodules: recursive

- uses: actions/checkout@v2
- uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-1.33.0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
submodules: recursive

- uses: actions/checkout@v2
- uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish-anisette-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- 'main'

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
docker:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configuration "plist-d" {

configuration "libplist" {
versions "LibPlist"
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="d494cf3fe79a2bb20583173c0c8cf85ef33b719e"
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="a0f5b393e517ef236263184d9002670b82a00401"
}

subPackage {
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"handy-httpd": "5.2.1",
"httparsed": "1.2.1",
"plist": "~master",
"plist-d": {"version":"d494cf3fe79a2bb20583173c0c8cf85ef33b719e","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"plist-d": {"version":"a0f5b393e517ef236263184d9002670b82a00401","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"requests": "2.0.9",
"slf4d": "2.1.1",
"test_allocator": "0.3.4",
Expand Down

0 comments on commit a007cb2

Please sign in to comment.