Skip to content

Commit

Permalink
Do a full build of kuroko
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jul 28, 2021
1 parent 2c64ac6 commit 570b3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
git clone https://github.com/kuroko-lang/kuroko
cd kuroko
make kuroko
make
- name: Benchmark
run: |
Expand All @@ -145,7 +145,7 @@ jobs:
echo "info ${{ github.event.client_payload.commit_info }}"
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git checkout origin/master benchmark.sh version.sh bench.plot src
git checkout ${GITHUB_REF} benchmark.sh version.sh bench.plot src
bash benchmark.sh
git rm -rf benchmark.sh version.sh bench.plot src
echo "${{ github.event.client_payload.commit_info }}" > commit_info
Expand Down

0 comments on commit 570b3b5

Please sign in to comment.