Skip to content

Commit 68a30d6

Browse files
committed
ugh, now it says I can't even have a step using both 'users' and 'run' at all
a step cannot have both the `uses` and `run` keys Let's try defining the docker container for this step as 'container'?
1 parent d3ba9b7 commit 68a30d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424

2525
- name: Execute script to build linux AppImage
26-
uses: docker://debian:buster-slim
26+
container: debian:buster-slim
2727
run: "build/linux/buildAppImage.sh"
2828
shell: bash
2929

0 commit comments

Comments
 (0)