Skip to content

Commit

Permalink
ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Jan 20, 2024
1 parent 130d86d commit 170bc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
id: dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential gcc-8
sudo apt-get install build-essential
- name: Build
id: build
run: |
CC=gcc-8 make main
make main

0 comments on commit 170bc9d

Please # to comment.