Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefAlsuhaibani committed Nov 18, 2024
0 parents commit 9a5b3a3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/work.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
jobs:
job:
defaults:
run:
shell: bash
env:
SHELLOPTS: igncr
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ocaml/[email protected]
with:
ocaml-compiler: "4.14"
opam-pin: false
- run: opam install --depext-only conf-pkg-config conf-gmp conf-libpcre conf-libpcre2-8 conf-libcurl
name: work
on:
pull_request: null
push:
branches:
- main
workflow_dispatch: null
1 change: 1 addition & 0 deletions src.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let x = ()

0 comments on commit 9a5b3a3

Please sign in to comment.