Skip to content

Commit 9066a77

Browse files
committed
fix
1 parent eeae900 commit 9066a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cairo_1_programs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
enable-cache: true
2424
- name: install corelib
25-
run: cd cairo1-run/ && make deps && . cairo-vm-env/bin/activate && echo PATH=$PATH >> $GITHUB_ENV
25+
run: cd cairo1-run/ && make deps
2626
- name: Run tests
2727
run: cd cairo1-run/ && make test
2828
- name: Run cairo 1 programs

0 commit comments

Comments
 (0)