Skip to content

Commit

Permalink
Add gobjc++ to support objective-c
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Sep 24, 2023
1 parent 7daeb66 commit 9f9221e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
enable-stack: true
stack-no-global: true
- name: Install packages
run: |
sudo apt-get update -qq
sudo apt-get install -y gobjc++
- uses: actions/cache@v3
with:
path: ~/.stack
Expand All @@ -34,6 +38,10 @@ jobs:
with:
enable-stack: true
stack-no-global: true
- name: Install packages
run: |
sudo apt-get update -qq
sudo apt-get install -y gobjc++
- uses: actions/cache@v3
with:
path: ~/.stack
Expand All @@ -51,6 +59,10 @@ jobs:
with:
enable-stack: true
stack-no-global: true
- name: Install packages
run: |
sudo apt-get update -qq
sudo apt-get install -y gobjc++
- uses: actions/cache@v3
with:
path: ~/.stack
Expand Down

0 comments on commit 9f9221e

Please sign in to comment.