Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Nov 9, 2023
1 parent 2983415 commit 2590745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
greet:
# The type of runner that the job will run on
runs-on: ubuntu-latest
docker: 'ghcr.io/void-linux/void-musl-full:latest'
container:
image: 'ghcr.io/void-linux/void-musl-full:latest'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
Expand Down

0 comments on commit 2590745

Please sign in to comment.