Bump pillow to 10.2.0 (dependabot, see #5)
[ci.git] / scenarios / coast / gcc / version.yml
blobac67335469b182823bb831aa8566f19486cfcef5
1 meta:
2   name: "gcc --version"
3   harbours:
4      - gcc
6 tasks:
7   - boot
8   - command:
9       args: "gcc --version"
10       assert:  "GCC"