diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..5c7f983 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,17 @@ +name: Test + +on: + push: + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actonlang/setup-acton@v1 + with: + channel: "tip" + - name: Check out repository code + uses: actions/checkout@v4 + - name: Build project + run: acton build diff --git a/Build.act b/Build.act index 0d641d8..7248630 100644 --- a/Build.act +++ b/Build.act @@ -2,8 +2,8 @@ name = "actxcrypt" fingerprint = 0x30f0a703881d8cc5 zig_dependencies = { "libxcrypt": ( - url="https://github.com/orchestron-orchestrator/libxcrypt/archive/d8cea5a847986eb23c12a66a6a8154c4874785dc.zip", - hash="N-V-__8AAPQbIwBgfDhE-5gUH5TCHSlv878nN2iqS-0CEAq1", + url="https://github.com/orchestron-orchestrator/libxcrypt/archive/65be51f07fad2e64901861ced0aa1bbc38205f5c.zip", + hash="N-V-__8AAEQcIwDK4P4f8CNps52gVbRPIig7Q0Vk2dP32y9p", artifacts=["xcrypt"] ) }