| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2024-05-21 03:01:25 UTC |
| committer | GitHub
<noreply@github.com> 2024-05-21 03:01:25 UTC |
| parent | d8bf9e9a41edf767520b2f912e421cbd505ddfa2 |
| .github/workflows/build.yml | +3 | -1 |
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c133606..159023f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,9 @@ jobs: - uses: actions/checkout@v4 - name: Dependencies - run: apt install haxe libstrophe-dev + run: | + sudo apt-get update + sudo apt-get install -y haxe libstrophe-dev - name: Tests run: make test