diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/continuous-workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml index 43db679..6d75f5a 100644 --- a/.github/workflows/continuous-workflow.yml +++ b/.github/workflows/continuous-workflow.yml @@ -9,7 +9,7 @@ jobs: run: | sudo add-apt-repository ppa:xmake-io/xmake sudo apt update - sudo apt install -y xmake libxrandr-dev clang-format + sudo apt install -y xmake libxrandr-dev libxinerama-dev clang-format - name: Check out repository code uses: actions/checkout@v4 - name: List files in the repository |