Skip to content

Commit c6ccba0

Browse files
committed
test
1 parent d859ff2 commit c6ccba0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lab-validation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,7 @@ jobs:
112112
uses: ./.github/actions/get_changed_files
113113

114114
- name: Setup AVRA Assembler
115-
run: |
116-
git clone https://github.com/Ro5bert/avra.git
117-
cd avra
118-
sudo make install
115+
run: sudo apt-get install avra
119116

120117
- name: Preprocess sketch - append register bindings to the top of the file
121118
run: printf ".include \"${{ env.register-bindings }}\"\n\n" | cat - $(grep -m 1 -E '\.(asm|S)$' changed_files.txt | xargs) > pipeline_main_assembly_source_file.asm

0 commit comments

Comments
 (0)