1
0
mirror of synced 2025-01-19 01:14:04 +01:00

Add universe repo

This commit is contained in:
Bobby Dilley 2022-07-19 12:27:28 +01:00
parent 6ebe2ce831
commit 3a44c1d757

View File

@ -9,6 +9,8 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Add universe repo
run: sudo add-apt-repository universe && sudo apt update
- name: Install Dependencies - name: Install Dependencies
run: sudo apt install -y gcc-multilib freeglut3-dev:i386 run: sudo apt install -y gcc-multilib freeglut3-dev:i386
- name: Build - name: Build