Skip to content

Commit

Permalink
Changing typo to 'resleases'
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Jan 19, 2024
1 parent 5a091ff commit 1e2c6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkg_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Set up Apple Silicon machine
run: |
cat ./specs/resleases/apple_silicon.txt
cat ./specs/releases/apple_silicon.txt
# Add commands to set up Apple Silicon machine
setup_apple_intel:
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Set up Apple Intel machine
run: |
cat ./specs/resleases//apple_intel.txt
cat ./specs/releases//apple_intel.txt
# Add commands to set up Apple Intel machine
setup_linux:
Expand All @@ -37,5 +37,5 @@ jobs:

- name: Set up Linux machine
run: |
cat ./specs/resleases/linux.txt
cat ./specs/releases/linux.txt
# Add commands to set up Linux machine

0 comments on commit 1e2c6c8

Please sign in to comment.