From 3ff970eb9b184113102fc4146cb7a6880d40728e Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Thu, 11 Jul 2024 08:46:43 -0700 Subject: [PATCH] typo fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 74611b3..c140e75 100644 --- a/action.yml +++ b/action.yml @@ -106,7 +106,7 @@ runs: run: | conda install pytorch torchvision torchaudio -c pytorch-nightly - - name: '[Unix-Liux-Only] Install Pytorch' + - name: '[Unix-Linux-Only] Install Pytorch' if: ${{ inputs.os == 'linux' }} shell: bash -el {0} run: |