Skip to content

Commit

Permalink
fix:build:Fix checkout on wince and sailfish
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Jun 12, 2022
1 parent 2c987c5 commit f6def41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
container:
image: hoehnp/sailfishos-platform-sdk:3.1.0.12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
# TODO currently broken because of USER in Dockerimage and probably because of double containers as well
- name: run build
run: contrib/sailfish/build_sailfish_ci.sh
Expand Down

0 comments on commit f6def41

Please sign in to comment.