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 ac2f2fd commit c51273dCopy full SHA for c51273d
.github/workflows/step_test.yaml
@@ -18,12 +18,6 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- # Note: Proper solution is: https://github.com/actions/runner/issues/2033#issuecomment-1598547465
22
- - name: Temporary fix for git permissions
23
- run: |
24
- git config --global --add safe.directory "*"
25
- git config --global user.email "[email protected]"
26
- git config --global user.name "GitHub Actions Bot"
27
- name: Setup tmt
28
uses: LecrisUT/tmt-actions/setup-tmt@v1
29
- uses: lukka/get-cmake@latest
0 commit comments