Skip to content

Commit b1dd7f4

Browse files
author
Noam Preil
committed
fix ci
1 parent 147dca2 commit b1dd7f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
image: archlinux
22
packages:
3-
- mono
43
- make
54
- mktiupgrade
65
- genkfs
@@ -14,12 +13,11 @@ environment:
1413
tasks:
1514
- scas: |
1615
cd scas
17-
gco fix_kernel_assembly
1816
mkdir build
1917
cd build
2018
cmake ..
2119
make
22-
make install
20+
sudo make install
2321
- ti73: |
2422
cd ${project}
2523
make TI73

0 commit comments

Comments
 (0)