diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a582279c13d..a314a79d151 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest name: A job to say hello steps: - # To use this repository's private action, - # you must check out the repository + - name: Install Action Dependencies + run: npm install @actions/core @actions/github - name: Checkout uses: actions/checkout@v4 - name: Hello world action step