aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorYakun Xu <xyk@google.com>2020-12-13 00:52:00 +0800
committerGitHub <noreply@github.com>2020-12-12 08:52:00 -0800
commitb7735542cf5ef668737c81f34f0c4c276830dd03 (patch)
tree5696573088207adebda0ef040ec14fd591619b4e /.github/workflows/build.yml
parent4dc187f9d9c7b6625d75086667b8bc19d7de1019 (diff)
downloadot-br-posix-b7735542cf5ef668737c81f34f0c4c276830dd03.tar.gz
[test] move all jobs to GitHub Actions (#651)
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 45ac5dfe..d312efe8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Bootstrap
- run: sudo BUILD_TARGET=pretty-check tests/scripts/bootstrap.sh
+ run: BUILD_TARGET=pretty-check tests/scripts/bootstrap.sh
- name: Check
run: script/make-pretty check