Skip to content

Commit

Permalink
🔮 Parse typed org mode document
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed Apr 7, 2024
1 parent 690b07b commit a3a59a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
Expand Down

0 comments on commit a3a59a9

Please sign in to comment.