Skip to content

Commit 1d77725

Browse files
committed
Fix osx build
1 parent 357a714 commit 1d77725

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build-osx-glew.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
node-version: 14.16.0
1616
- name: Build
1717
run: |
18-
sudo apt-get update -qq
19-
sudo apt-get install -qq xorg-dev
2018
chmod +x src/osx-glew.sh && src/osx-glew.sh
2119
- name: Store Binaries
2220
uses: softprops/action-gh-release@v1

.github/workflows/build-osx-glfw.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
node-version: 14.16.0
1616
- name: Build
1717
run: |
18-
sudo apt-get update -qq
19-
sudo apt-get install -qq xorg-dev
2018
chmod +x src/osx-glfw.sh && src/osx-glfw.sh
2119
- name: Store Binaries
2220
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)