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