From 2bfd9d7b246eb664ad8ddd288a5f2eff9f992c37 Mon Sep 17 00:00:00 2001 From: #571 <31502293+number571@users.noreply.github.com> Date: Mon, 1 May 2023 04:57:13 +0700 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e990c420..ac20d128 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install dependencies - run: sudo apt-cache policy libxcursor-dev - - name: Run check + run: sudo apt-get install policy libxcursor-dev + - name: Run test run: make clean test-run