Skip to content

Commit c343746

Browse files
committed
Use checkout action instead of manual command
1 parent c56bea0 commit c343746

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/llvm-win.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ jobs:
2121
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2222

2323
steps:
24-
- name: Inject slug/short variables
25-
uses: rlespinasse/github-slug-action@v4
26-
2724
- name: Check out
28-
shell: cmd
29-
run: |
30-
git clone -b ${{ env.GITHUB_REF_SLUG }} https://github.com/mono/CppSharp.git C:\CppSharp
25+
uses: actions/checkout@v4
3126

3227
- uses: lukka/get-cmake@latest
3328

0 commit comments

Comments
 (0)