Skip to content

Commit 2bbd6ae

Browse files
ZuseZ4tgymnich
andauthored
Update .github/workflows/enzyme-ci.yml
Co-authored-by: Tim Gymnich <[email protected]>
1 parent 8f1459b commit 2bbd6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/enzyme-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
key: ${{ matrix.os }}-enzyme-${{ steps.enzyme-commit.outputs.HEAD }}
4747
- name: Build
4848
run: |
49-
apt-get -y update
50-
apt-get install -y lld
49+
sudo apt-get -y update
50+
sudo apt-get install -y lld
5151
mkdir -p build
5252
cd build
5353
rm -f config.toml

0 commit comments

Comments
 (0)