Skip to content

feat: Add holeybytes, ableos, and lilium to target group #4

feat: Add holeybytes, ableos, and lilium to target group

feat: Add holeybytes, ableos, and lilium to target group #4

Workflow file for this run

on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: "Update rust"
run: |
rustup update
rustup toolchain install nightly
rustup default nightly
- name: "Checkout repository"
uses: actions/checkout@v3
- name: "Build Package"
working-directory: ${{github.workspace}}
run: |
cargo build
- name: "Run Package"
working-directory: ${{github.workspace}}
env:
GITHUB_TOKEN: ${{secrets.ISSUES_GITHUB_TOKEN}}
run: |
cargo run