Skip to content

Commit

Permalink
ci: Fix Ubuntu step
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Nov 23, 2023
1 parent aa633dd commit 850ecfb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/mineways.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
- uses: actions/checkout@v3
name: Checkout repo
id: checkout
- name: Create required directories
id: setup-directories
shell: powershell
run: |
[System.IO.Directory]::CreateDirectory($env:TM_PATH)
- name: Generate Cache Key
id: cache-keys
run: echo "::set-output name=cache-key::mineways-${{ hashFiles('mineways/**') }}"
Expand Down

0 comments on commit 850ecfb

Please sign in to comment.