Skip to content

Commit

Permalink
export video module
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Sep 15, 2024
1 parent bafb471 commit b80c100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
nim-version:
- 'stable'
- '2.0.0'
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
Expand Down
4 changes: 2 additions & 2 deletions src/pexels.nim
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import pexels/[photo]
export photo
import pexels/[photo, video]
export photo, video

0 comments on commit b80c100

Please sign in to comment.