Skip to content

Commit ae65ec9

Browse files
committed
Corrected build actions paths.
1 parent 30b2d25 commit ae65ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
./Lab2/Lab2
2424
- name: Install Renode
2525
run: |
26-
./Lab3/install_renode.sh
26+
./Lab3/install_tools.sh
2727
- name: Build and Run Lab3
2828
run: |
2929
make run -C Lab3

0 commit comments

Comments
 (0)