WIP: setup Cpp workflow #116

Closed
AramJonghu wants to merge 9 commits from workflow-cpp into main
Showing only changes of commit e3b139ad3d - Show all commits
+4 -1
View File
@@ -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