update submodule

This commit is contained in:
pigeatgarlic 2024-03-30 03:47:40 +00:00
parent a4703c6651
commit 730edf8062

View File

@ -14,5 +14,6 @@ jobs:
uses: actions/checkout@v2
- name: build
run : |
git submodule update --init --recursive
docker build . -f ./docker/ubuntu-22.04.dockerfile -t pigeatgarlic/sunshine:dll
docker push pigeatgarlic/sunshine:dll