Skip to content

Commit

Permalink
Removed not needed required modules stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 5, 2023
1 parent 00f3c13 commit 7ae6c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
dotnet-version: 7.0
dotnet-quality: 'ga'

- name: Install Required Modules
uses: PoshCode/Actions/install-requiredmodules@v1
with:
requiredModules-path: ${{github.workspace}}/RequiredModules/RequiredModules.psd1
# - name: Install Required Modules
# uses: PoshCode/Actions/install-requiredmodules@v1
# with:
# requiredModules-path: ${{github.workspace}}/RequiredModules/RequiredModules.psd1

# see https://github.com/Jaykul/RequiredModules/issues/6
- name: Manually Install Modules F7History is dependent on
Expand Down
8 changes: 0 additions & 8 deletions RequiredModules.psd1

This file was deleted.

0 comments on commit 7ae6c3b

Please sign in to comment.