From d9b5ad9dd3bc2a73e110c0a4fecd244ff6c82545 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Mon, 26 Feb 2024 23:13:13 -0600 Subject: [PATCH] Try Again --- .github/workflows/linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a314a79d151..e4197c28156 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,10 +5,11 @@ jobs: runs-on: ubuntu-latest name: A job to say hello steps: - - name: Install Action Dependencies - run: npm install @actions/core @actions/github - name: Checkout uses: actions/checkout@v4 + - name: Setup Action + run: npm install + working-directory: ./.github/workflows/opendds-action - name: Hello world action step uses: ./.github/workflows/opendds-action id: hello