Trying out Github Actions
This commit is contained in:
6
.github/workflows/run-tests.yml
vendored
6
.github/workflows/run-tests.yml
vendored
@@ -3,6 +3,6 @@ jobs:
|
|||||||
run-and-compile:
|
run-and-compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
run: apt install clang
|
- run: apt install clang
|
||||||
run: ls
|
- run: ls
|
||||||
Reference in New Issue
Block a user