Skip to content

Commit 3757ca2

Browse files
authored
trying ubuntu-latest-arm as runs-on c-cpp.yml
1 parent 0ead99e commit 3757ca2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ on:
1212
jobs:
1313
build-ubuntu:
1414
# default Ubuntu build
15+
runs-on: ubuntu-latest-arm
16+
steps:
17+
- uses: actions/checkout@v2
18+
- name: apt-get update
19+
run: sudo apt-get update
20+
- name: install dep
21+
run: sudo apt-get -y install libglu1-mesa-dev freeglut3-dev mesa-common-dev libglfw3-dev
22+
- name: make
23+
run: make
24+
1525
runs-on: ubuntu-latest
1626
steps:
1727
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)