Skip to content

Commit

Permalink
At this rate we'll be drowning in irancal/ dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudd committed Jun 14, 2024
1 parent ec7bebd commit eb2477d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,21 @@ jobs:
with:
repository: 'masoudd/jcal'
ref: 'msys2_windows'
path: '../jcal'
path: 'jcal'

- name: Build jcal
shell: msys2 {0}
run: |
uname -a
cd ../jcal/sources
cd jcal/sources
bash ./autogen.sh && ./configure && make
- name: Checkout irancal
# disables git line ending conversion
# run: git config --global core.autocrlf input
uses: actions/checkout@v4
with:
path: 'irancal'

- name: Build irancal
shell: msys2 {0}
Expand Down

0 comments on commit eb2477d

Please sign in to comment.