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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
uses: actions/checkout@v4
|
||||
run: apt install clang
|
||||
run: ls
|
||||
- uses: actions/checkout@v4
|
||||
- run: apt install clang
|
||||
- run: ls
|
||||
Reference in New Issue
Block a user