Skip to content

Commit ec70a9d

Browse files
committed
wip: remove (maybe) unnecessary deps(currently under investigating. I'm trying to execute CI via act but my machine is weak and ./x build takes too much time)
1 parent 2606a2c commit ec70a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enzyme-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
apt-get update
32-
apt-get install -y binutils ninja-build cmake gcc g++ python3 python3-dev ccache nodejs npm
32+
apt-get install -y ninja-build cmake ccache nodejs
3333
- name: Install Rust toolchain
3434
run: |
3535
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)