Skip to content

Commit 30b2d25

Browse files
committed
Corrected build file.
1 parent 6a8895a commit 30b2d25

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_renode.sh
2727
- name: Build and Run Lab3
2828
run: |
2929
make run -C Lab3

0 commit comments

Comments
 (0)