Skip to content

Commit

Permalink
Update cosmocc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Jan 17, 2025
1 parent b9402fb commit aa7b845
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cosmocc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,19 @@ jobs:
xmake -v
cd ..
- name: Prepare
- name: Prepare (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y ruby ruby-dev rubygems build-essential llvm libc++-dev
sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev
clang --version
- name: Prepare (macOS)
if: matrix.os == 'macos-13'
run: |
brew install dmd
brew install dub
- name: Tests
run: |
Expand All @@ -67,5 +73,5 @@ jobs:
- name: Artifact
uses: actions/upload-artifact@v4
with:
name: xmake-cosmocc
name: xmake-bundle.cosmocc
path: core/build/xmake

0 comments on commit aa7b845

Please sign in to comment.