We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2ceed commit 609f50eCopy full SHA for 609f50e
1 file changed
.github/workflows/build.yaml
@@ -34,9 +34,9 @@ jobs:
34
35
- name: Restore vs2022
36
run: |
37
- git fetch origin c757a89f7c92fa7c814572b28384ca5985fff5bb
38
- git checkout c757a89f7c92fa7c814572b28384ca5985fff5bb -- README.md
39
- git revert c757a89f7c92fa7c814572b28384ca5985fff5bb --no-commit
+ git fetch origin 6ccea706e4b49f6bdb013b554cd8ac5bf4ed8a6c
+ git checkout 6ccea706e4b49f6bdb013b554cd8ac5bf4ed8a6c -- README.md
+ git revert 6ccea706e4b49f6bdb013b554cd8ac5bf4ed8a6c --no-commit
40
shell: bash
41
42
- name: Install CEF
0 commit comments