Skip to content

Commit

Permalink
[Workflow] Added sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hikettei authored May 25, 2024
1 parent f2cb2a3 commit eb94aba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Installing Extensions
run: |
git submodule update --init --recursive
make build_sleef
make build_simd_extension
sudo make build_sleef
sudo make build_simd_extension
- name: Unittest (CPU+Lisp)
run: |
Expand Down Expand Up @@ -123,8 +123,8 @@ jobs:
- name: Installing Extensions
run: |
git submodule update --init --recursive
make build_sleef
make build_simd_extension
sudo make build_sleef
sudo make build_simd_extension
- name: Training (CPUTensor)
run: |
Expand Down

0 comments on commit eb94aba

Please sign in to comment.