mirror of
https://github.com/github/codeql-action.git
synced 2026-04-13 01:55:49 +00:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
errno || true # just a command to check its autoinstallation by deptrace
|
|
|
|
gcc -o main main.c
|