mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Printing root dir before actually creating a new one
This commit is contained in:
parent
b1399cf52e
commit
30f66ff0ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
||||||
git status
|
git status
|
||||||
|
|
||||||
- name: Cd back to luau before checking out original repo
|
- name: Cd back to luau before checking out original repo
|
||||||
run: cd ../luau && pwd && ls
|
run: cd .. && pwd && ls
|
||||||
|
|
||||||
- name: Switch to original luau repo
|
- name: Switch to original luau repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue