Skip to content

Commit

Permalink
PIPELINE: use debian stable container for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed May 29, 2024
1 parent cfb7dc6 commit 799956e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
os: windows
arch: x86
ext: ".dll"
container:
image: debian:stable
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
os: windows
arch: x86
ext: ".dll"
container:
image: debian:stable
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
os: windows
arch: x86
ext: ".dll"
container:
image: debian:stable
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 799956e

Please sign in to comment.