Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jul 19, 2024
1 parent 5ccdba6 commit 11381f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: nvidia-smi

- name: Increase shared memory size
run: sudo sh -c 'echo "tmpfs /dev/shm tmpfs defaults,size=2G 0 0" > /etc/fstab && sudo mount -o remount /dev/shm'
run: echo "tmpfs /dev/shm tmpfs defaults,size=2G 0 0" > /etc/fstab && mount -o remount /dev/shm'

#
# - name: Install OpenSSL && pkg-config
Expand Down

0 comments on commit 11381f6

Please sign in to comment.