mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 13:25:19 +00:00
Fix CI?
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -112,6 +112,9 @@ jobs:
|
||||
- name: Get needed vendor libs
|
||||
if: matrix.os == 'ubuntu-24.04-arm'
|
||||
run: sudo apt-get install -y liblua5.4-dev
|
||||
- name: Install libcurl
|
||||
run: |
|
||||
sudo apt-get install libcurl4-openssl-dev
|
||||
- name: Compile needed Vendor
|
||||
run: |
|
||||
make -C vendor/stb/src
|
||||
@@ -280,7 +283,7 @@ jobs:
|
||||
|
||||
- name: Install libcurl
|
||||
run: |
|
||||
sudo apt-get install libcurl4-openssl-dev
|
||||
sudo apt-get install libcurl4-openssl-dev
|
||||
|
||||
- name: Build Odin
|
||||
run: ./build_odin.sh release
|
||||
|
||||
Reference in New Issue
Block a user