mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Bumped gh actions version to 3
This commit is contained in:
parent
465cbdaa3e
commit
0bc2430e2e
1 changed files with 1 additions and 11 deletions
12
.github/workflows/benchmark.yml
vendored
12
.github/workflows/benchmark.yml
vendored
|
@ -32,15 +32,7 @@ jobs:
|
|||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: |
|
||||
git checkout ${{ github.sha }}
|
||||
for historicTags in $(git rev-list --tags -n 9); do
|
||||
git checkout $historicTags
|
||||
echo "Checking out $historicTags"
|
||||
git pull
|
||||
done
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build Luau
|
||||
run: make config=release luau luau-analyze
|
||||
|
@ -58,8 +50,6 @@ jobs:
|
|||
|
||||
- name: Checkout gh-pages
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github@users.noreply.github.com
|
||||
git status
|
||||
git fetch --no-tags --depth=1 origin gh-pages
|
||||
git checkout --track origin/gh-pages
|
||||
|
|
Loading…
Add table
Reference in a new issue