π§ fix recent swayosd service restructure with temporary fix #23
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: check installation script | |
on: push | |
jobs: | |
install: | |
runs-on: ubuntu-latest | |
steps: | |
- name: π Checkout repository | |
uses: actions/checkout@v3 | |
- name: π οΈ Trigger installation script | |
run: | | |
SET_DEFAULT_SHELL=1 ./install.sh runner | |
- name: π² Check commands available | |
run: | | |
source ~/.bashrc | |
nix | |
home-manager | |