We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d859ff2 commit c6ccba0Copy full SHA for c6ccba0
.github/workflows/lab-validation.yml
@@ -112,10 +112,7 @@ jobs:
112
uses: ./.github/actions/get_changed_files
113
114
- name: Setup AVRA Assembler
115
- run: |
116
- git clone https://github.com/Ro5bert/avra.git
117
- cd avra
118
- sudo make install
+ run: sudo apt-get install avra
119
120
- name: Preprocess sketch - append register bindings to the top of the file
121
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