CI: Check gcc version

Change-Id: Ic3be048230d2c456f2365d9bf87c257033598053
Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
Tim Burke
2026-03-03 08:28:36 -08:00
parent a87ddc7071
commit 38f3fab5d3

View File

@@ -3,6 +3,9 @@
path: '{{ ansible_user_dir }}/workspace'
state: directory
- name: Check gcc version
shell: gcc --version
- name: Build and Install nasm
shell:
cmd: |