diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 295ff68..07bcddd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,6 +15,6 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "Build project (misses rlib.h)"" + - run: echo "Build project (misses rlib.h)" - run: make build - run: echo "This job's status is ${{ job.status }}."