Skip to content

Commit

Permalink
Build: using the latest Rebol in the CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 12, 2023
1 parent c038f82 commit e84372d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: mv ./build/miniaudio-linux-x64.so ./miniaudio.rebx

- name: Install Rebol for extension test
uses: oldes/install-rebol@v3.13.0
uses: oldes/install-rebol@v3.14.0
with:
product: Bulk

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: mv ./build/miniaudio-macos-x64.dylib ./miniaudio-macos-x64.rebx

- name: Install Rebol for extension test
uses: oldes/install-rebol@v3.13.0
uses: oldes/install-rebol@v3.14.0
with:
product: Bulk

Expand Down
2 changes: 2 additions & 0 deletions ci-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ print ["Running test on Rebol build:" mold to-block system/build]

;; make sure that we load a fresh extension
try [system/modules/miniaudio: none]
;; use current directory as a modules location
system/options/modules: what-dir

;; import the extension
audio: import 'miniaudio
Expand Down

0 comments on commit e84372d

Please sign in to comment.