diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 282ef45..8c41d8f 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -12,6 +12,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: Setup node + uses: actions/setup-node@v3 + - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1 with: