feat: replace xtermjs with ansi escape sequence translator #71
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hecrj/setup-rust-action@master | |
with: | |
rust-version: stable | |
- name: Install dependencies | |
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libsystemd-dev liblzma-dev libdbus-1-dev | |
- uses: actions/checkout@v4 | |
- name: Build | |
run: cargo build --verbose |