Skip to content

Commit

Permalink
[bug fix] fix a typo in github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Sep 10, 2020
1 parent 4104dfc commit 42a9bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@2
- uses: actions/checkout@v2
- name: "Set up Julia"
uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit 42a9bf7

Please sign in to comment.