Skip to content

Commit

Permalink
feat: or-2583 restore paket before building
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Jan 22, 2025
1 parent 8b03f38 commit c0e387d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@ jobs:
run: |
dotnet tool restore
- name: Paket restore
shell: bash
run: dotnet paket restore

- name: Dotnet restore
shell: bash
run: dotnet restore --runtime linux-x64

- name: Package lambda
if: inputs.semver != 'none'
shell: bash
Expand Down

0 comments on commit c0e387d

Please sign in to comment.