Skip to content

different steps

different steps #6

Workflow file for this run

name: Updater
on:
pull_request:
push:
branches:
- main
env:
RUSTFLAGS: -Dwarnings
jobs:
breaks:
runs-on: windows-latest
steps:
- name: install and update (no custom)
run:powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.0/axolotlsay-installer.ps1 | iex"

Check failure on line 17 in .github/workflows/updater.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/updater.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: run it
run: axolotlsay -Version
linux-check:
runs-on: ubuntu-latest
steps:
- name: install and update (no custom)
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axolotlsay/releases/download/v0.3.3/axolotlsay-installer.sh | sh
- name: run it
run: axolotlsay -V