Skip to content

Commit

Permalink
Update conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Nov 30, 2023
1 parent edc2979 commit 61f85f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
steps:
# Clean unnecessary files to save disk space
- name: clean unnecessary files to save space
if: runner.os == 'ubuntu-latest'
run: |
docker rmi `docker images -q`
sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/sudo apt/sources.list.d
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
uses: actions/checkout@v3

- name: Fix CRLF on Windows
if: runner.os == 'Windows'
if: runner.os == 'windows-latest'
run: git config --global core.autocrlf false

- name: Install Protoc
Expand Down

0 comments on commit 61f85f9

Please sign in to comment.