WIP: setup Cpp workflow #116
@@ -10,7 +10,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install node & git
|
||||
run: pacman -Syu --noconfirm nodejs git
|
||||
run: |
|
||||
pacman-key --init
|
||||
pacman-key --populate archlinux
|
||||
pacman -Syu --noconfirm nodejs git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user