Skip to content

Commit a0fd1e7

Browse files
committed
debug 2
1 parent 5ed3a64 commit a0fd1e7

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585

8686
- name: Run in Docker
8787
uses: ./.github/workflows/run-in-docker.yml
88-
with:
89-
dockerfile: ./ci/linux-debian-wine.Dockerfile
90-
tag: ci-image
88+
# with:
89+
# dockerfile: ./ci/linux-debian-wine.Dockerfile
90+
# tag: ci-image
9191

9292
# msvc_debian:
9393
# name: ${{ matrix.configuration.job_name }}

.github/workflows/run-in-docker.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
on:
22
workflow_call:
3-
inputs:
4-
dockerfile:
5-
required: true
6-
type: string
7-
tag:
8-
required: true
9-
type: string
3+
# inputs:
4+
# dockerfile:
5+
# description: 'Dockerfile that defines an image'
6+
# required: true
7+
# type: string
8+
# tag:
9+
# description: 'Tag of an image'
10+
# default: 'ci-image'
11+
# required: false
12+
# type: string
1013

1114
jobs:
1215
reusable_workflow_job:

0 commit comments

Comments
 (0)