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