Skip to content

Commit

Permalink
ci: Attempt to use Arch Linux's blueprint-compiler package
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed Apr 22, 2024
1 parent a3a3b38 commit 8ca17df
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,23 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# This is where the download of the latest blueprint-compiler version would go... if Ubuntu had it.
- name: Install Arch Linux
run: curl -L https://github.com/zaoqi/github-actions-archlinux/raw/master/install.sh | sh | su

- name: Update Arch Linux
run: pacman --noconfirm -Syyu

- name: Install dependencies
run: pacman --noconfirm -S blueprint-compiler make npm typescript

- name: Build & Package Noiseclapper
run: make pack

- name: Exit Arch Linux
run: |
exit
exit
- name: Extract current branch name
id: branch-name
uses: tj-actions/branch-names@v7
Expand Down

0 comments on commit 8ca17df

Please sign in to comment.