Use container for Action

This commit is contained in:
MotoLegacy 2023-11-02 18:30:19 -04:00
parent f813e286f2
commit 83ac646905

View file

@ -7,6 +7,8 @@ on:
jobs:
Do-The-Thing:
runs-on: ubuntu-latest
container:
image: sharkwouter/pspdev
steps:
- uses: actions/checkout@v3
with: