mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08: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
|