Skip to content

Commit 48bdb5c

Browse files
authored
Update and rename c-cpp.yml to ci.yml
1 parent bd083c8 commit 48bdb5c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: archlinux-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Install GCC
14-
run: sudo pacman -S gcc
15-
- name: Install Nasm
16-
run: sudo pacman -S nas
14+
run: sudo apt-get install -y g++
1715
- uses: actions/checkout@v4
1816
- name: make all
1917
run: make all

0 commit comments

Comments
 (0)