From 577286a913eaae31e1e1c7c5beb1149c3e2b995b Mon Sep 17 00:00:00 2001 From: Moo925 <38654185+Moo925@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:48:51 +0200 Subject: [PATCH] Update action.yaml --- .github/action/build-addin/action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/action/build-addin/action.yaml b/.github/action/build-addin/action.yaml index 75503e0..11ac4ca 100644 --- a/.github/action/build-addin/action.yaml +++ b/.github/action/build-addin/action.yaml @@ -5,9 +5,6 @@ description: 'Build the CrossModel Add-In.' runs: # windows-2019 # is needed because the Setup Python task does not work with ubuntu using: "composite" steps: - - name: check out # is needed to read the files on the root folder of the repo - uses: actions/checkout@v3 - - name: Set up Node js to use version 16.14.0 uses: actions/setup-node@v2 with: